I am making a Gremlins game and during the bonus round it shows the mogwai's that you've saved one by one, left to right, with about a 1 second delay before the next one is presented.
Although it works fine with no delay, if I put the delay in, the behavior becomes unpredictable and it does not work correctly.
I do understand that this is not working because despite reading several tutorials and forum posts on the wait command, I cannot seem to get my head around it.
Here are some screenshots:
(everything in red is not in the game itself)
<img src="https://dl.dropbox.com/u/98438742/screenshot.png" border="0" />
Here is the code that I am using to do it, but take into account, it does not work correctly.
<img src="https://dl.dropbox.com/u/98438742/code.png" border="0" />
Can anyone suggest a simple way to add a delay as each mogwai is shown?