Hi All,
I have given myself the task [This is in learning mode!] to create a very simple game where, for the moment, three small animations appear one after the other in different parts of the screen. The user has to touch each item as they appear.
I have not done any timer work before, hence the self-inflicted exercise. I have set up a timer that plays the first animation method, but can't figure out how to set off the other two, once this one has finished. I can loop the first one pretty easy, but how do I reference the other two in the timer? The end of one should be the beginning of the next. Do I use multiple timers run inside the initial timer?
I have given myself the task [This is in learning mode!] to create a very simple game where, for the moment, three small animations appear one after the other in different parts of the screen. The user has to touch each item as they appear.
I have not done any timer work before, hence the self-inflicted exercise. I have set up a timer that plays the first animation method, but can't figure out how to set off the other two, once this one has finished. I can loop the first one pretty easy, but how do I reference the other two in the timer? The end of one should be the beginning of the next. Do I use multiple timers run inside the initial timer?