We have constructed a game in which the sprite collect points by moving over bananas etc. Once the token is collected and the score recorded, how do we make it disappear?
Offline
Use this block
<hide>
But just remember at the beginning of the script to use this block
<show>
Last edited by bosox397 (2009-03-10 07:24:27)
Offline
JamesMcAlea wrote:
We have constructed a game in which the sprite collect points by moving over bananas etc. Once the token is collected and the score recorded, how do we make it disappear?
If you want it to still be able to tell when something is touching it, use the [blocks]<set[ ghost ]effect to( 100[/blocks] which makes it invisible but still tangible. Set the effect to 0 to make it show.
Offline