What is speed? How fast is it?
Is the "speed" entry in, for example, "move" behavior, per second? What is "speed?"
For example, if I say move 5 pixels at 180 degrees, does that actor move at 5 pixels per second, or what?
For example, if I say move 5 pixels at 180 degrees, does that actor move at 5 pixels per second, or what?
Comments
________________________________
【ツ】iPhone Icon Pack【ツ】
Free high score demo here (simple) and here (advanced)
its quit possible you were off by 1/10th of a second
I've since needed to have a 180 degree turn done in one second. I kept using the "Rotate" behavior, with a 1 second timer, speed 180. This ended up doing more of a 185 degree turn (more than waas needed--I needed my rotation perfect). The magic number for a turn of this sort (180 using rotate behavior, in timer behavior of 1 second) was 177.
So, in this instance, you multiply by 0.983333333. (177 / 180 = 0.983333333).