Hi, i want to make a sprite that works like the check button but i don't want to use the CSS
does anyone knows how to make it?
just add a boolean to that sprite and you will be done.
..or two frame animation....
CheckBox.capx
Develop games in your browser. Powerful, performant & highly capable.
korbaach i did that before but it didnt work, and ... how can i make the animation when checked perform any action
IJCT i will try that now.
korbaach it worked somehow, but there is a problem....when i check the sprite ... the action dont work! i need a solution for that.
..just compare frames...
frame=0.....Action1
frame=1....Action2
thx it worked.. but there is one more problem, the animation is always checked on start of layout.
i want it to be unchecked
set animation speed to 0
it worked, thx very much for helping