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

#1 2009-05-04 17:57:04

Quasar323
Scratcher
Registered: 2009-04-29
Posts: 12

Trophies

Lets say you want to have something that is locked until you press a certain button, then it will unlock and you will be able to click on it and use it however you want.

Last edited by Quasar323 (2009-05-04 20:23:42)


http://i474.photobucket.com/albums/rr106/Vorbix/AreaMakerBanner.png

Offline

 

#2 2009-05-04 18:56:53

DawnLight
Scratcher
Registered: 2009-04-25
Posts: 500+

Re: Trophies

Quasar323 wrote:

Is it possible to make it so you need to click a certain button in order to be able to click on it and use it?

I think the only way we can help you is if you post your question clearly.If you put it a little bit more clearer then us scratchers can help you with your dilema.Otherwise me (and probably other scratchers) wont understand you.

Offline

 

#3 2009-05-04 20:23:57

Quasar323
Scratcher
Registered: 2009-04-29
Posts: 12

Re: Trophies

Ok done


http://i474.photobucket.com/albums/rr106/Vorbix/AreaMakerBanner.png

Offline

 

#4 2009-05-04 20:35:33

fruit
Scratcher
Registered: 2009-04-24
Posts: 1000+

Re: Trophies

Use the broadcast command?
<when[ whatever it is ]clicked>
<broadcast[ buttonclicked
<set{ button }to( 1

For the thing:
<when I receive[ buttonclicked
<if> <(<{ button }>  <=> 1 )>
<switch to costume[ active
<else>
<switch to costume[ inactive
<end>

and

<when green flag clicked>
<switch to costume[ inactive

Last edited by fruit (2009-05-04 20:43:19)


@savi3000 | hcsmp.com

Offline

 

#5 2009-05-04 20:36:20

DawnLight
Scratcher
Registered: 2009-04-25
Posts: 500+

Re: Trophies

Quasar323 wrote:

Lets say you want to have something that is locked until you press a certain button, then it will unlock and you will be able to click on it and use it however you want.

That will actually be quite simple if you use Brodcasts.

Offline

 

#6 2009-05-04 20:47:24

Quasar323
Scratcher
Registered: 2009-04-29
Posts: 12

Re: Trophies

Thanks


http://i474.photobucket.com/albums/rr106/Vorbix/AreaMakerBanner.png

Offline

 

Board footer