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

#1 2012-09-05 11:21:15

PersainCatz
Scratcher
Registered: 2012-08-17
Posts: 100+

how to make a jumping sprite that moves?

how?


http://squiby.net/view/8071912.png http://squiby.net/view/8048919.png  http://squiby.net/view/8138084.png Click any!!

Offline

 

#2 2012-09-05 11:47:12

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

Re: how to make a jumping sprite that moves?

PersainCatz wrote:

how?

Like for a platformer game?


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

Offline

 

#3 2012-09-05 11:50:05

Joewheeeeler
Scratcher
Registered: 2012-05-17
Posts: 40

Re: how to make a jumping sprite that moves?

You can Have a Look at the Code for my recent-est game...Joe's Squiggle Bounce I Think it includes Code that you sound like you want... Download it Here Hope this is Useful, Joe


http://i.imgur.com/CxwNg.gif

Offline

 

#4 2012-09-05 12:28:44

PersainCatz
Scratcher
Registered: 2012-08-17
Posts: 100+

Re: how to make a jumping sprite that moves?

MoreGamesNow wrote:

PersainCatz wrote:

how?

Like for a platformer game?

YES


http://squiby.net/view/8071912.png http://squiby.net/view/8048919.png  http://squiby.net/view/8138084.png Click any!!

Offline

 

#5 2012-09-05 14:10:17

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

Re: how to make a jumping sprite that moves?

This wiki article and/or this forum post should help  smile


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

Offline

 

#6 2012-09-05 14:38:23

JH1010
Scratcher
Registered: 2012-05-31
Posts: 1000+

Re: how to make a jumping sprite that moves?

Anything that involves jumping, just use the wiki.

Offline

 

#7 2012-09-05 19:41:03

bird12345
New Scratcher
Registered: 2012-08-17
Posts: 10

Re: how to make a jumping sprite that moves?

when [space v] key pressed
change y by (10)
wait (0.1) secs
change y by (-10) 
Change the 10 and -10 to how high your sprite needs to jump

Offline

 

#8 2012-09-06 07:34:08

jontmy00
Scratcher
Registered: 2011-11-28
Posts: 1000+

Re: how to make a jumping sprite that moves?

bird12345 wrote:

when [space v] key pressed
change y by (10)
wait (0.1) secs
change y by (-10) 
Change the 10 and -10 to how high your sprite needs to jump

It just makes the character's y axis change abruptly.

The Scratch Wiki has better scripts.  wink


FOR ALL THE NEWS ON UPDATES FOR SIMPLISTICRAFT, CLICK HERE.

Offline

 

#9 2012-09-06 19:55:32

MrFlash67
Scratcher
Registered: 2012-08-08
Posts: 500+

Re: how to make a jumping sprite that moves?

Try

when [jump v] key pressed
change y by (25)
wait (0.1) secs
change y by (25)
wait (0.1) secs
change y by (-25)
wait (0.1) secs
change y by (-25)


Who would win, SOPA or PIPA?

Offline

 

#10 2012-09-06 21:46:49

jontmy00
Scratcher
Registered: 2011-11-28
Posts: 1000+

Re: how to make a jumping sprite that moves?

Read the section "Advanced Jumping" of this.


FOR ALL THE NEWS ON UPDATES FOR SIMPLISTICRAFT, CLICK HERE.

Offline

 

#11 2012-09-19 22:25:07

beckyt
New Scratcher
Registered: 2012-09-05
Posts: 1

Re: how to make a jumping sprite that moves?

Some help! How do you jump on something??!! I'm having lots of trouble and need help urgently! :'(

Offline

 

Board footer