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

#1 2013-03-28 21:01:32

jakesyl
New Scratcher
Registered: 2013-03-05
Posts: 8

Scratch Platform Script

Can I have a link to an example of a scratch platform game where the platforms are not based on color, but touching the platform.

Offline

 

#2 2013-03-30 02:11:29

shivadas
Scratcher
Registered: 2010-02-06
Posts: 100+

Re: Scratch Platform Script

I don't know of an example off the top of my head, but I can show you the script if you want. I believe what you are talking about would look something like this:

when gf clicked
forever if <touching [Platform] ?>
broadcast [Touching Platform]
end
Hope that helped!  smile

Last edited by shivadas (2013-03-30 02:12:21)


Please check out my latest project, Hunger Avenger!

Offline

 

Board footer