I dont but maybe u do! so tell me ur delema about scratch! what do U need help with?
Offline
There is only one way I kno
1: Broadcasting. If your making a game you should use broadcast: your on a scene 1 <when green flag clicked>
if touching color black
<broadcast[ show background2
Then the background
<when I receive[ show background2
<switch to costume[ background2
Offline
Brunsey97 wrote:
Me. How do you change scenes'
well click the stage, then go by where it says all the things with control, motion, looks, etc. then next to it something highlighted says scripts, then next to that it says backgrounds. click on the tab that says backgrounds. next you see your background. press the copy button, and then the next one. then click scripts and put these together:
<when green flag clicked>
<wait( )secsc>
<next costume>
OR
<switch to costume[
Offline
Brunsey97 wrote:
Me. How do you change scenes'
i think u should do it like this...
first give this script to the background:
<when green flag clicked>
<switch to costume[ first costume
then you would have another sprite broadcasting something, like this:
<when green flag clicked>
<forever if><touching[ something
<broadcast[ switch background
then add another script to the background, that is like this:
<when I receive[ switch background
<switch to costume[ <pick random( a number )to( another number
does that make sense?
Last edited by funkymonkey (2008-10-28 20:22:56)
Offline