I have this idea for a game and I am getting stuck on making a sprite move in a straight line up. So I have the Sprite played by the character, Sprite1, and he is going to "shoot" Sprite 2. I am using the glide function so it appears on the screen but it forces me to use two options, an x and a y position. I simple want it go to straight up from where Sprite1 fired it from. so I am at (0,-180) if i fire Sprite2 in my head it needs to go to (0,180), ignoring the x axis. For the other Motion commands I have tried the movement happens instantly or is not visible to the eye which again is probably happening in .01 seconds.
Offline
I must have overlooked those by accident. I think i was too focused on making the glide work. Thank you so much! I will post the game as soon as I am done.
Offline