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
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)
Offline
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