ashley_coleman
02-24-2004, 07:35 PM
In the example in this link:
http://www.kirupa.com/developer/oop2/AS2OOPInheritance4.htm
on'event' methods of MovieClip are used (what I call handelling methods).
onClipEvent doesnt seem work using the same method.
private function onClipEvent(load):Void {
trace("Hello I loaded!");
}
Is there another way to control actions that a Movie Clip performs when it loads, from its extending class?
Any help much appreciated :)
http://www.kirupa.com/developer/oop2/AS2OOPInheritance4.htm
on'event' methods of MovieClip are used (what I call handelling methods).
onClipEvent doesnt seem work using the same method.
private function onClipEvent(load):Void {
trace("Hello I loaded!");
}
Is there another way to control actions that a Movie Clip performs when it loads, from its extending class?
Any help much appreciated :)