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

#1 2011-12-05 20:30:47

dcuniverse
Scratcher
Registered: 2011-11-24
Posts: 10

Problem making game

O.K so I'm making a game.I want to say if touching Orange.(Color of finish)Switch to next stage.But  I can't because it doesn't give option to switch stage.Please help!XO

Offline

 

#2 2011-12-05 20:34:31

schusteralex2
Scratcher
Registered: 2011-09-17
Posts: 1000+

Re: Problem making game

its because you are treating it like different stages so add your next stage as a new background on the stage and insert the next background block


http://i44.tinypic.com/2uj37ds.gif

Offline

 

#3 2011-12-05 21:17:09

dcuniverse
Scratcher
Registered: 2011-11-24
Posts: 10

Re: Problem making game

But I'm doing the script on a sprite not on stage.This is the script I'm doing:If green flag clicked,forever Hide variable healthSet health to 10, but i cannot find anything like switch background to #2

Offline

 

#4 2011-12-05 21:32:35

schusteralex2
Scratcher
Registered: 2011-09-17
Posts: 1000+

Re: Problem making game

broadcast some thing like finish then on the stage do when i receive finish go to next background


http://i44.tinypic.com/2uj37ds.gif

Offline

 

#5 2011-12-05 21:59:13

XOuter
New Scratcher
Registered: 2011-12-04
Posts: 20

Re: Problem making game

I'll give help, which game of yours is it?

Offline

 

#6 2011-12-06 02:37:34

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: Problem making game

Here's how to do it: put this script on the sprite touching orange:

When green flag clicked
Forever
If touching colour orange
Broadcast 'Next stage'
End if
End forever

Then on the stage:

When I receive 'Next stage'
Next stage

I hope this helped!  smile


Why

Offline

 

#7 2011-12-06 18:24:42

dcuniverse
Scratcher
Registered: 2011-11-24
Posts: 10

Re: Problem making game

For xouter you can just click my icon it says the worlds hardest  game V 2.0.Thanks redrocker!:]

Offline

 

#8 2011-12-07 03:11:36

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: Problem making game

dcuniverse wrote:

For xouter you can just click my icon it says the worlds hardest  game V 2.0.Thanks redrocker!:]

No problem!  smile


Why

Offline

 

Board footer