- bullet on created - bullet move to bottom = Working thanks!
np
- Bullet on collision with player - Bullet spawn animation bloodspatter = How do I defy as specific animation as all I can see is how to do it using frames?
add frames to create an animation.
Add another animation through the animation dialog.
repeat.
- If you set the bullet angle to 180 it will go left, angle 0 it will go right = Tried this did'nt work it only shoots out at one angle at a time, how would I do it so it shoots from both 0 and 180 degrees at the same time?
one bullet can only go one direction, solution?
Create two bullets, set one to go one direction and the other to go another direction.