Hi Guys,
I have a funny situstion, I'm trying to toggle layer visability by clicking on a sprite
Then i checks for visible/not visible and reacts acordingle
This doesn't works...
[attachment=0:2yw6czrh][/attachment:2yw6czrh]
what am I missing?
TNX
Develop games in your browser. Powerful, performant & highly capable.
You're missing the 'else' Right-click event 24 and choose Add->Else, you should be right.
Event 24 is making the object invisible. Event 25 then checks if it is invisible, and makes it visible again. Use an Else. Click on the left most part of event 25, right-click, add Else.
codah & blackhornet
TNX, works (of course)