Quote:
Originally Posted by Petit Suisse
The last issue I has, was that I had forgotten to add all items to my list. That is solved.
However now, I would like my fairy to return back to the starting position after the timer runs out, but nothing happens.
Can someone lend some insight please?
|
So you made 2 mistakes, fortunately both are simple fixes:
1. In your TimerMethod need to take out the if else statement with your reset code in it and put it in a different method/event that constantly checks (like while world is running or something).
2. In the 'when mouse is clicked on instuctions' event you need to put a doInOrder in there with gameOn setting to true before you do world timerMethod.
Hope this helps if not I can give more detail, and if you have any other questions feel free to ask as its not a bother to me (it took me about 2 mins to fix

).
Good luck with your project!