ok i tried to use the blocks and failed so ill rite it out
When flag is clicked
show
go to x:222 y:-131
if touching sprite1
hide
change treasure by 1
so when sprite 1 touches sprite 5 it does not hide and the treasure didn't go up.
Offline
Simple. Beginner Mistake. And now you won't make it again:
<when green flag clicked>
<go to x 222 )y 131
<show>
<forever>
<if><touching[ sprite1
<hide>
<change{ treasure }by( 1
<end>
<end>
Now it will constantly check, not just that one instance when flag is clicked
Last edited by Bluestribute (2008-08-01 17:04:51)
Offline