Hi.
I am working on a REMIX of Dog_Fight by Wobbledobsy. I'm making it one player. I have the enemy airplane in motion and chasing the player's plane using
Forever:PointTowards(Player)
The glitchy part is, if the player goes off the screen and comes back on from the other side, the AI Plane 'snaps' around to face the player instantly. Is there any way to do a "Turn towards" (player) rather than a 'point toward' player?
Any and all suggestions are appreciated!
Thanks!
Offline
I would reccomend using the
[blocks]<repeat until>[/blocks] block.
I like plane games, so I probably will check this out
Last edited by 16Skittles (2010-04-28 21:08:07)
Offline
I'm sorry but I don't understand. Can you give me an example of how that would work?
Offline
infinitum3d wrote:
I'm sorry but I don't understand. Can you give me an example of how that would work?
http://scratch.mit.edu/projects/justtestingstickman/1016938
Repeat until won't work because it works more slowly when in a loop.
Offline