I need help making a shooting game, the hard part is that the main sprite rotates and its really hard for me to make the bullet move in the direction the main sprite is facing.
thanks for your help.
Offline
Set bullet direction = sprite direction
bullet x,y = sprinte x,y
mvoe 20 steps (or however many to make it look like it's starting at the gun)
then move 1 step at a time
Offline
under sencing theres a block that starts off by saying the x position of sprite 1. but both the x and sprite one is a drop down menu. using this you can get all the proertys of all the sprites. use the direction of gun
Offline