I need a way to make something that is going in one direction and its speed into the speed of the x and the speed of the y. Help please!
Offline
Hmm... I'm not too sure what you mean... Have you seen something like what you want to make (this could be a Scratch project, a game on another site... or something else)? That might help me to visualise it
Offline
So you need "Point in direction ( )" combined with "Move ( ) steps" translated into "Change x by ( )" and "Change y by ( )"?
If so, then use this script:
Angle is the angle the sprite would have been facing in, and distance is how many steps it would have taken. (You don't have to use variables; you can just enter in the numbers.)
Last edited by Harakou (2010-07-13 14:58:38)
Offline
look at this
http://scratch.mit.edu/projects/archmage/52485
Last edited by m44 (2010-07-13 15:12:06)
Offline