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

#1 2011-12-31 19:25:50

Hellshame_Fireheart
New Scratcher
Registered: 2011-12-31
Posts: 28

You guys might not want to help me because I'm new, but

I'm new here and I think this website is pretty cool. I've been trying to make a game, though, and I need a bit of help. I'm not sure if you guys can or will help me though  hmm
I've been having some problems with making a jump script... can you give me a good one?

Offline

 

#2 2011-12-31 19:55:08

Freakish
Scratcher
Registered: 2011-10-25
Posts: 1000+

Re: You guys might not want to help me because I'm new, but

Of course we want to help you! The Scratch Community is a very kind place, always feel free to ask questions.  big_smile

You should check out the Scratch Wiki, it has lots of information about Scratch.


http://i.imgur.com/y3RBV.jpg

Offline

 

#3 2011-12-31 20:00:53

MoreGamesNow
Scratcher
Registered: 2009-10-12
Posts: 1000+

Re: You guys might not want to help me because I'm new, but

<when[ SPACE ]key pressed>
<set{ y-velocity }to( 5 )>
<repeat until><touching[ ground ]>
     <change{ y-velocity  }by( -.3 )>
     <change y by( y-velocity  )>
<end>

That should do it, but you'll end up "in" the ground.  I could fix that "glitch" if that is unacceptable.


http://images2.layoutsparks.com/1/218929/rubiks-cube-animated-rotating.gif
"Cogito ergo sum" --  I think, therefore I am

Offline

 

#4 2011-12-31 20:59:51

Hellshame_Fireheart
New Scratcher
Registered: 2011-12-31
Posts: 28

Re: You guys might not want to help me because I'm new, but

Freakish wrote:

Of course we want to help you! The Scratch Community is a very kind place, always feel free to ask questions.  big_smile

You should check out the Scratch Wiki, it has lots of information about Scratch.

Thank you!

Offline

 

#5 2011-12-31 21:58:13

777w
Scratcher
Registered: 2009-02-10
Posts: 1000+

Re: You guys might not want to help me because I'm new, but

try finding a platforming engine like this one my friend made for me:
w00t
then theres not as much programming involved at least

Offline

 

#6 2012-01-01 03:26:26

TRocket
Scratcher
Registered: 2009-08-18
Posts: 1000+

Re: You guys might not want to help me because I'm new, but

777w wrote:

try finding a platforming engine like this one my friend made for me:
w00t
then theres not as much programming involved at least

yeah it's much easier to start with a ready made platform engine. remember to give credit to the maker of it


http://i.imgur.com/1QqnHxQ.png

Offline

 

#7 2012-01-01 04:36:13

JJROCKER
Scratcher
Registered: 2010-09-06
Posts: 1000+

Re: You guys might not want to help me because I'm new, but

Welcome to Scratch! I would have helped you with your question but it seems others have already helped.

Last edited by JJROCKER (2012-01-01 04:36:27)


http://www.blocks.scratchr.org/API.php?action=random&amp;return=image&amp;link1=http://img255.imageshack.us/img255/3491/signature1y.jpg&amp;link2=http://img577.imageshack.us/img577/5272/signature1sx.jpg&amp;link3=http://img4.imageshack.us/img4/8514/signature1et.jpg&amp;link4=http://i.imgur.com/POEpQyZ.png&amp;link5=http://img163.imageshack.us/img163/4640/jjrockerfinal.jpg

Offline

 

Board footer