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

#1 2011-02-18 13:21:33

guyman55
Scratcher
Registered: 2009-05-23
Posts: 500+

an awesome project i made

http://scratch.mit.edu/projects/guyman55/1604287

i need to fix the landing script if anyone knows one thats ok watch out for water

Offline

 

#2 2011-02-18 13:23:17

Earthboundjeff
Scratcher
Registered: 2010-09-28
Posts: 1000+

Re: an awesome project i made

Cool!


https://encrypted-tbn0.google.com/images?q=tbn:ANd9GcR1SONrHUmdKZXQNDgtN_vpycOOo-BDMfnlqHZRA1lMpYXhX7Jc

Offline

 

#3 2011-02-18 13:27:11

guyman55
Scratcher
Registered: 2009-05-23
Posts: 500+

Re: an awesome project i made

Earthboundjeff wrote:

Cool!

do u know a landing script you know where u land on the floor

Offline

 

#4 2011-02-18 13:30:40

Earthboundjeff
Scratcher
Registered: 2010-09-28
Posts: 1000+

Re: an awesome project i made

Hmm...Well, I think

<when green flag clicked>
<if> <touching[ Ground ]
<change y by( -10 )
<else>
<change y by( 0 )
<end>

Try that!


https://encrypted-tbn0.google.com/images?q=tbn:ANd9GcR1SONrHUmdKZXQNDgtN_vpycOOo-BDMfnlqHZRA1lMpYXhX7Jc

Offline

 

#5 2011-02-18 13:41:18

Kileymeister
Scratcher
Registered: 2008-04-17
Posts: 1000+

Re: an awesome project i made

Earthboundjeff wrote:

Hmm...Well, I think

<when green flag clicked>
<forever>
<if> <touching[ Ground ]
<change y by( 0 )
<else>
<change y by( -10 )
<end>

Try that![/blocks]

I think it should be the other way around.  See how I switched the numbers in the change y's?

Last edited by Kileymeister (2011-02-18 13:41:53)


I'm back, and showcasing two new* projects!  Click left or right on the image below to see!
http://img109.imageshack.us/img109/7905/part1l.pnghttp://img859.imageshack.us/img859/6417/part2bf.png

Offline

 

#6 2011-02-18 14:00:17

Earthboundjeff
Scratcher
Registered: 2010-09-28
Posts: 1000+

Re: an awesome project i made

Oh yeah, thanks!


https://encrypted-tbn0.google.com/images?q=tbn:ANd9GcR1SONrHUmdKZXQNDgtN_vpycOOo-BDMfnlqHZRA1lMpYXhX7Jc

Offline

 

#7 2011-02-18 15:09:29

guyman55
Scratcher
Registered: 2009-05-23
Posts: 500+

Re: an awesome project i made

Earthboundjeff wrote:

Oh yeah, thanks!

Opps.

Offline

 

Board footer