[Solved] How to allow my character to launch fire power?
TYH
Member Posts: 9
I am working on a game. That includes monsters that the player has to destroy. Do you have any idea on how to launch the power? I tried doing so but it won't move.
Comments
Can you explain in more details what's your problem?
dapion.de
[https://twitter.com/dapionde?]
@TYH - Do you mean how to shoot enemies? Like launch a laser or whatever and have them launch lasers back?
The Spawn Actor behavior will add an actor to the scene. So you could use this to add a "fire" actor. Inside the fire actor, use a Move behavior to move it in a certain direction at a certain speed.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
Oh. I see.
Thanks
I have figured it out