뜨게 어떻게 하나요?
무비 클립 이름은 checkBox_mc입니다.
롤오버 되게하려고
checkBox_mc.addEventListener(MouseEvent.CLICK, onClickBtn);
function onClickBtn(e:MouseEvent):void {
var target:MovieClip = MovieClip(e.target);
if ( target.currentFrame == 1 ) {
target.gotoAndStop(2);
} else if ( target.currentFrame == 2 ) {
target.gotoAndStop(1);
}
는 걸어 놓은 상태입니다.
체크박스 체크안할시 경고창띄우게는어떻게하나요?
AS하는놈 여기있냐?
ㅜㅜ도와주세염