Why exactly is it better to write
clip.onEnterFrame = function () {
//blah blah
}
Instead of:
onClipEvent(enterFrame) {
//blah blah
}
Why exactly is it better to write
clip.onEnterFrame = function () {
//blah blah
}
Instead of:
onClipEvent(enterFrame) {
//blah blah
}
:: Copyright KIRUPA 2024 //--