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

#1 2010-10-24 17:16:47

relt123
Scratcher
Registered: 2010-06-28
Posts: 16

platforms!!!!!!!!!!

in stuff like nad 11's biulding permit if you are on a ledge thingy you stay but if not you fall. HOW DO YOU DO THAT??????????? MOOD=confused  hmm

Offline

 

#2 2010-10-24 17:32:56

relt123
Scratcher
Registered: 2010-06-28
Posts: 16

Re: platforms!!!!!!!!!!

relt123 wrote:

in stuff like nad 11's biulding permit if you are on a ledge thingy you stay but if not you fall. HOW DO YOU DO THAT??????????? MOOD=confused  hmm

pie

Offline

 

#3 2010-10-24 17:54:33

Harakou
Community Moderator
Registered: 2009-10-11
Posts: 1000+

Re: platforms!!!!!!!!!!

What? You need to explain a bit better.


http://www.blocks.scratchr.org/API.php?action=random&return=image&link1=http://i.imgur.com/OZn2RD3.png&link2=http://i.imgur.com/duzaGTB.png&link3=http://i.imgur.com/CrDGvvZ.png&link4=http://i.imgur.com/POEpQyZ.png&link5=http://i.imgur.com/ZKJF8ac.png

Offline

 

#4 2010-10-25 03:38:04

2l84zwamani
Scratcher
Registered: 2010-09-27
Posts: 100+

Re: platforms!!!!!!!!!!

I think you mean something like a platform game where you stay on the platforms. If so, you can use this script:

When flag clickd
Forever
If not touching colour black (or whatever the platform is)
Repeat until touching colour black
Change y by -5 (change this to how fast you want the sprite to go down)
EndIf
EndForever

... at least I hope so.


I will be a Ms. Pickle Dr. Deadpebble Great Person <forever>
http://is.gd/d55N3http://is.gd/d55N3http://is.gd/d55N3http://is.gd/d55N3http://is.gd/d55N3http://is.gd/d55N3http://is.gd/d55N3http://is.gd/d55N3http://is.gd/d55N3 GROB THE SLIME WILL TAKE OVER THE WORLD!

Offline

 

#5 2010-10-25 17:51:23

relt123
Scratcher
Registered: 2010-06-28
Posts: 16

Re: platforms!!!!!!!!!!

2l84zwamani wrote:

I think you mean something like a platform game where you stay on the platforms. If so, you can use this script:

When flag clickd
Forever
If not touching colour black (or whatever the platform is)
Repeat until touching colour black
Change y by -5 (change this to how fast you want the sprite to go down)
EndIf
EndForever

... at least I hope so.

thanks it works

Offline

 

#6 2010-10-25 18:57:57

JeanTheFox
Scratcher
Registered: 2010-06-14
Posts: 1000+

Re: platforms!!!!!!!!!!

Here is a guide I made a while back just in case.


http://i51.tinypic.com/20gcn5j.png

Offline

 

Board footer