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

#1 2009-05-04 05:06:08

imbrainy
Scratcher
Registered: 2009-04-14
Posts: 14

Quick (noob) question

Hey everyone, I've been trying to make my second game to publish on this site and I can't figure out how to make jumping and smooth movement.  I've got the costumes all well and good, but I just cant make it not be all jumpy. 
Please help a noob in trouble!


http://dragcave.net/image/PaD0.gifhttp://dragcave.net/image/niTG.gifhttp://dragcave.net/image/adH1.gifhttp://dragcave.net/image/rb6h.gif<click them or they will die D:

Offline

 

#2 2009-05-04 06:28:48

Phaser
Scratcher
Registered: 2009-05-03
Posts: 11

Re: Quick (noob) question

Try and make them:
a) the same size
b) the same place

also, whenever possible, try to make more sprites to make actions smoother.


http://i39.tinypic.com/15o8kde.jpg

Offline

 

#3 2009-05-04 12:47:44

DawnLight
Scratcher
Registered: 2009-04-25
Posts: 500+

Re: Quick (noob) question

Try and make the y  go up when the button that triggers jump is clicked.
Maybe something like this:
<when[ up ]key pressed>
<change y by( 10
<wait( 1 )secsc>
<change y by( -10
Hope that helps! big_smile

Last edited by DawnLight (2009-05-04 12:49:35)

Offline

 

Board footer