I've just started to learn how to use the SDK, and now, I have to create in my animation a checkbox... but I have no Idea about it!!!
Do you know, what should I have to do?
Thanks a lot!!! :mrpimp: - Nico
Printable View
I've just started to learn how to use the SDK, and now, I have to create in my animation a checkbox... but I have no Idea about it!!!
Do you know, what should I have to do?
Thanks a lot!!! :mrpimp: - Nico
Hi,
this is basically an actionscript question in the first place ... and then you have to implement the solution within the SDK
step 1:
make a movieclip with two frames
step 2:
put a button with just a hit area in that MC, and add a button action similar to
play();
_root.checkboxvalue = _currentframe;
step 3:
add the non-checked graphic to frame 1, and a stop() action
step 4:
add the checked graphic and another stop() action to frame 2
Musicman
Thanks a lot!!! It works now!!! :D