I’m working on a graphical menu using display.newimage to display options.
I load the menu images into a display group
When the user makes a selection, I get rid of the images using group:removeSelf and draw new options based on what the user selects.
Problem:
Sometimes the new images don’t draw even though the code to draw them has run.
The new images do appear if I:
-
Move the mouse outside the simulation window
-
Mouse over the “minimize” button at the top of the window after “minimize” tip appears.
This doesn’t seem to be a problem on my Android test devices, just the simulator running on my PC.