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

#1 2011-10-01 13:53:55

TehEpicDud3
New Scratcher
Registered: 2011-09-29
Posts: 2

Backround (Costume) help?

I know how to brodcast backrounds, but can I change the script for each costume? Whenever I beat a level of my game all it does is go to costume 2, since all the scripts have to be the same. Can I change this? Or is there another way around it? Help would be greatly appreciated.

Offline

 

#2 2011-10-01 14:00:01

slayerrobe7
Scratcher
Registered: 2011-06-24
Posts: 500+

Re: Backround (Costume) help?

ypu could try

[blocks]
<if><(  <costume=1>  )>
(your script here)
<end>

than

<if><(  <costume=2>  )>
(your script here)
<end>


ect

[/blocks]

Last edited by slayerrobe7 (2011-10-01 14:01:02)


!!!When it comes to Scratch2.0 I am totally like freaking out!!!

Offline

 

#3 2011-10-01 14:02:30

rojasscratches
Scratcher
Registered: 2011-06-01
Posts: 59

Re: Backround (Costume) help?

slayerrobe7 wrote:

ypu could try

[blocks]
<if><( costume=1 )>
(your script here)
<end>

than

<if><(  costume=2  )>
(your script here)
<end>


ect

[/blocks]

That will work  big_smile


smile   neutral   sad   big_smile   yikes   wink   hmm   tongue   lol   mad   roll   cool  cool  Scratch Home Page  cool

Offline

 

Board footer