I want to do something where when you click the mouse, the sprite disappears. when you click the mouse again, it will appear. I've tried many things, but nothing works. could you help me?
Offline
when gf clicked set [Hidden? v] to [false] forever if <mouse down?> if <(Hidden?) = [true]> set [Hidden? v] to [false] show end if <(Hidden?) = [false]> set [Hidden? v] to [true] hide end wait until <not<mouse down?>> end end
Last edited by amcerbu (2012-05-26 13:29:07)
Offline