I think I found a bug :o. In the program I have there are 8 objects, but for some odd reason 3 of the objects produce duplicate images in the center off the screen.
When I go to the Object placement screen it says there are only 8 objects in the room, I turned off all 8 but the images are still there when the program is run.
Tried downloading a new background but it didn't help. Someone once told me that mixing menu options with scripting might be tricky (variables) and most of my program is scripting.
These are the commands used in handling the objects.
ObjectOn, ObjectOff, MoveObjectDirect, SetObjectPostion.
While (to set and move objects), Wait, If/Else.
The extra images appear in the center of the screen grouped together as though they were all placed on the same coordinates, one on top of the other.
Only the last 3 images are duplicated. Is there anything that can be done?
Thanks.
When I go to the Object placement screen it says there are only 8 objects in the room, I turned off all 8 but the images are still there when the program is run.
Tried downloading a new background but it didn't help. Someone once told me that mixing menu options with scripting might be tricky (variables) and most of my program is scripting.
These are the commands used in handling the objects.
ObjectOn, ObjectOff, MoveObjectDirect, SetObjectPostion.
While (to set and move objects), Wait, If/Else.
The extra images appear in the center of the screen grouped together as though they were all placed on the same coordinates, one on top of the other.
Only the last 3 images are duplicated. Is there anything that can be done?

Thanks.