ok, so i've got a jumping script and a running script, but while facing left and then turning right, ill move about 50 pixels left before moving right. do you know whats wrong?
[scratchblocks]
when gf clicked
if <right arrow key pressed>
point in direction [90]
move [5]steps
end
Offline
dogsandmariolover wrote:
ok, so i've got a jumping script and a running script, but while facing left and then turning right, ill move about 50 pixels left before moving right. do you know whats wrong?
when gf clicked if <key [right arrow v] pressed?> point in direction (90 v) move (5) steps end
Are you sure you had it in that order and didn't have:
when gf clicked forever//if you had this script if <key [right arrow v] pressed?> move (5) steps//it would move 5 more steps the way it's facing point in direction (90 v)//and THEN turnIf that's not the problem, then could you maybe link to the project? Then maybe I could figure it out.
Offline
thanks, that's whats wrong. now i can make my game!
Offline