yinglcs
03-03-2007, 03:55 AM
How can I extends the MovieClip class and overload the playMovie function?
I can extend my class like this, but how can I overload the playMovie() function?
class MyMovie extends MovieClip {
}
I can extend my class like this, but how can I overload the playMovie() function?
class MyMovie extends MovieClip {
}