Hi,
I am wondering about the delay when I click on the sprite which is supposed to change color on every touch/click.
The sprite has 6 frames (0 - 5) and the event sheet looks like this:
Touch > On touched Sprite | Sprite - Set animation frame to random(0,5)
When I load run this app, it opens, showing the sprite on frame 0 (red)
When I click on it nothing happens at first. After a while, the colors change but not predictably.
What am I missing?