I want my sprite to spawn a bullet and send it to the direction it's facing. I'm a new user, and need help from the more advanced users.
Offline
The easiest way to do that is to add a script to the character sprite that broadcasts a message (using the "broadcast _ and wait" block) whenever the button to shoot is pressed. Then on the bullet, make a script that looks like this:
When I receive "shoot" Show Point in direction [direction of player] Repeat until touching [enemy] or touching [edge] Move 5 steps End Repeat Hide
Offline
Harakou, don't you mean [point towards [enemy]]?
Offline