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

#1 2010-03-21 22:26:54

twice
Scratcher
Registered: 2010-03-21
Posts: 1

Platforms?

The Title pretty mush says it. i need to know how to make platforms! Obviously im trying to make a platformer

Offline

 

#2 2010-03-22 01:30:10

Jonathanpb
Scratcher
Registered: 2008-07-25
Posts: 1000+

Re: Platforms?

What you're saying is rather vague... can you give more information?


"Human beings... must have action; and they will make it if they cannot find it.
-Charlotte Brontë

Offline

 

#3 2010-03-22 07:12:36

MaxtheWeirdo
Scratcher
Registered: 2010-03-18
Posts: 500+

Re: Platforms?

If you mean a gravity system, here's how I do it:
[blocks] <when green flag clicked>
<forever if> <<  <not> <touching color[ black ] >>
<change y by( - 3 )
<end>
<when green flag clicked>
<forever if> <touching color[ black ]
<set y to( <y position> )
<end> [/blocks]


My website. Hall Crawler My Awesome OS
It's just marketing, guys! Nothing sinister!

Offline

 

Board footer