GuinnessDNA Beginner
Joined: 12 Feb 2003 Posts: 23
|
Posted: Wed Feb 12, 2003 7:30 pm
MultiState button image errors |
I created a MultiState button with a bitmap image in it and when I had a trigger change the bitmap I would receive access errors. I changed the button to a push button and then all my code worked.
The error recieved is:
Error Parsing: #Call %btnimage( Stuff, "GemStoneIIIDefensive.bmp")
Message: Access violation at address 004032E0 in module 'Zmud.exe'. Read of address FFFFFFFC
I duplicated this error by just creating a button, setting it to multistate, adding three states ("asdf", "sdfg", "dfga") and then changing its ID to "Stuff" If I change it from multistate to pushbutton (deleting the variable states in the process) the error goes away and it works fine.
It would have been nice to have the button be multi-state but its not crucial, I'm just letting you know about the bug. |
|