Pages: 1
Topic closed
First make a variable called background. Make this script for the stage.
<when green flag clicked>
<forever>
<set{ background }to( background # (this block is found in the looks section)
<end>
Then make this script for the showing/dissapearing sprite
<when green flag clicked>
<forever>
<if><( <{ background }> <=> the # 0f background that you want it to show on )>
<show>
<else>
<hide>
<end>
Hope this helps!
Last edited by Jacobo (2008-04-26 19:52:59)
Offline
Topic closed
Pages: 1