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

#1 2012-10-25 17:39:56

danyaroo
New Scratcher
Registered: 2012-10-25
Posts: 3

How to move a sprite up and down??

I am a beginner in Scratch. I dont really know anything about it. Please Help!!!

Offline

 

#2 2012-10-25 17:52:25

Zparx
Scratcher
Registered: 2011-03-23
Posts: 500+

Re: How to move a sprite up and down??

What do you mean? Jumping? simply moving up and down? On its own or with controls?


http://images3.wikia.nocookie.net/__cb20101119183412/halo/images/4/43/Hero2.png
^ My rank on Halo: Reach :3

Offline

 

#3 2012-10-25 17:55:58

danyaroo
New Scratcher
Registered: 2012-10-25
Posts: 3

Re: How to move a sprite up and down??

with controls

Offline

 

#4 2012-10-25 18:04:35

dvd4
Scratcher
Registered: 2010-06-30
Posts: 1000+

Re: How to move a sprite up and down??

when gf clicked
forever
if<key [up v] pressed ?>
change y by[number]
end
if<key [down v] pressed ?>
change y by [-number]
end
end

Last edited by dvd4 (2012-10-25 18:08:45)


I made a mod  big_smile  It's called blook!
http://i49.tinypic.com/16ia63p.png

Offline

 

#5 2012-10-25 18:06:19

Zparx
Scratcher
Registered: 2011-03-23
Posts: 500+

Re: How to move a sprite up and down??

dvd4 wrote:

when gf clicked
forever
if<key [up arrow v] pressed?>
change y by[number]
end
if<key [down arrow v] pressed?>
change y by [-number]
end
end

Fixed*


* I couldn't resist x)


http://images3.wikia.nocookie.net/__cb20101119183412/halo/images/4/43/Hero2.png
^ My rank on Halo: Reach :3

Offline

 

#6 2012-10-25 18:08:21

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: How to move a sprite up and down??

You can learn almost all the basics here: http://scratch.mit.edu/forums/viewtopic.php?id=88043. There are tutorials that show you how to move sprites with the arrow keys and many others.  smile

Offline

 

#7 2012-10-25 18:10:26

dvd4
Scratcher
Registered: 2010-06-30
Posts: 1000+

Re: How to move a sprite up and down??

Zparx wrote:

dvd4 wrote:

when gf clicked
forever
if<key [up arrow v] pressed?>
change y by[number]
end
if<key [down arrow v] pressed?>
change y by [-number]
end
end

Fixed*


* I couldn't resist x)

I made a spelling mistake  yikes

And I practically always spell right !


I made a mod  big_smile  It's called blook!
http://i49.tinypic.com/16ia63p.png

Offline

 

#8 2012-10-28 16:30:21

danyaroo
New Scratcher
Registered: 2012-10-25
Posts: 3

Re: How to move a sprite up and down??

Thank you for the people who commented  smile

Offline

 

Board footer