This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-11-16 14:47:27

dogsandmariolover
Scratcher
Registered: 2011-11-30
Posts: 14

helpzies!

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

 

#2 2012-11-16 19:29:37

awesomeness321
Scratcher
Registered: 2012-08-10
Posts: 100+

Re: helpzies!

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 turn
If that's not the problem, then could you maybe link to the project? Then maybe I could figure it out.


My newest project:http://blocks.scratchr.org/API.php?user=awesomeness321&amp;action=projects&amp;type=newest&amp;return=image&amp;num=1Color:#30F9A5 I am currently http://blocks.scratchr.org/API.php?user=awesomeness321&amp;action=onlineStatus&amp;type=text

Offline

 

#3 2012-11-18 08:36:58

dogsandmariolover
Scratcher
Registered: 2011-11-30
Posts: 14

Re: helpzies!

thanks, that's whats wrong. now i can make my game!

Offline

 

Board footer