묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
플래쉬 MX function에서 argument 유무...
2003.09.20 09:45
function check(success){
if(success){
this.play();
}else{
this.gotoAndPlay(_currentframe-1);
}
}
이런 함수가 있다고 칩시다...
그리고
myxml=new XML();
myxml.load="text.xml";
myxml.onLoad=check;
이런 스크립트가 있습니다.
근데 check 함수에 인자는 전달하지 않았는데,
이럴 경우 어떻게 됩니까?
if(success){
this.play();
}else{
this.gotoAndPlay(_currentframe-1);
}
}
이런 함수가 있다고 칩시다...
그리고
myxml=new XML();
myxml.load="text.xml";
myxml.onLoad=check;
이런 스크립트가 있습니다.
근데 check 함수에 인자는 전달하지 않았는데,
이럴 경우 어떻게 됩니까?