enterFrame
enterFrame
Out of context: Reply #3
- Started
- Last post
- 3 Responses
- lvl_130
function yourname() {
yourClip_mc.onEnterFrame = function() {
this.yourCommand();
}
}
function yourname() {
yourClip_mc.onEnterFrame = function() {
this.yourCommand();
}
}