-
Timer Control?
Hi
When the ball leaves the bottom of the play area, I would like a character to appear in a random location along the y axis for 6 seconds and then disappear. Once he disappears, I want to create a new ball in the play area.
Any help would be appreciated.
Thanks,
Adrian
-
Re: Timer Control?
-If "Ball" leaves the bottom of the play area > Set Y("Character") to Random(Frame Height), Set Alterable Value A("Character") to 1
-Alterable Value A("Character") = 1
+Every 1 second > Add 1 to Alterable Value B("Character")
-Alterable Value B("Character") = 6 > Hide object("Character"), Create "Ball"
It's very easy, you just need to think everything step by step :)
-
Re: Timer Control?
Thank you....that works fine.