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

#1 2012-03-24 07:21:01

TheComputerNinja101
New Scratcher
Registered: 2012-03-24
Posts: 1

Platformer Game

Hey guys,

I'm kinda new to scratch, I got it a few days ago. I understand most scripting code because I sometimes use Roblox to code games. But, i was wondering how I can make a game were you touch the "portal" to go to the next stage. That I KNOW how to do. But what I don't know is how to make it so that when your on a certain color you stand. Ive started with a forever if color black (character) is touching platform color... but from there I'm kinda clueless  tongue

Thanks for your time!
Comninja

Offline

 

#2 2012-03-24 08:54:37

Ritasstudent
Scratcher
Registered: 2011-12-10
Posts: 36

Re: Platformer Game


http://i46.tinypic.com/1z2fy2g.gif

Offline

 

#3 2012-03-24 18:15:57

ScratchOS
Scratcher
Registered: 2012-03-20
Posts: 53

Re: Platformer Game

forever
if <touching(portal)
broadcast (next level v)
for the stage/ background
when i recive [next level v]
switch to background [level 2 v]

Offline

 

Board footer