Spawning Problem...
JlmC
Member Posts: 129
This is what i got
Rule:
When touch is pressed
>>Timer, After 5 second
>>>Spawn (object)Missile
however, i don't see any missile on my screen.
What's the problem?
Missile direction is 90*
thanks
Rule:
When touch is pressed
>>Timer, After 5 second
>>>Spawn (object)Missile
however, i don't see any missile on my screen.
What's the problem?
Missile direction is 90*
thanks
Comments
Rule:
When touch is pressed
>>Timer, every 5 second
>>>game.missile = true
but nothing
Rule:
When touch is press
game.missile=true
Rule #2:
when game.missile=true
timer, every 5 seconds
do whatever you want