How Do I Make My Actors Shoot?
X-rayGames
Member Posts: 66
How Do I Make My Actors Shoot?
thx evrybody dat helped me with my other question =D
thx evrybody dat helped me with my other question =D
Comments
When Space is pressed
Spawn Actor
There you go
Cheers, Weswog
Cheers, Weswog
2 actors
1.player
2.bullet
PLAYER
rule:
When space is down
Spawn actor (bullet actor)
direction 0
position X=0 y=32 (thats what i use)
BULLET
move
90 degrees
speed 300 relative to actor
additive
Timer
every 1 second, destroy actor
EDIT:
TOO LATE!!!!!!!!!!!!!!!!!!!!!!!!!
Next you want to insert a rule that states:
When touch is pressed, change scene to.. whatever scene you want to go to. This is just something you should start with. You can also add an instructions actor, etc all leading to different scenes