Question
override loadMovie on MovieClip instance in AS 2
Hi all,
is there a way to override the loadMovie function of the MovieClip object via AS2 but only for one sepcific movieclip instance?
I know there is a way using prototype to override the funciton globaly, but I only need to modify the behaviour of loadMovie on a specifc movieclip.
in flash 8 uisng
myinstance_mc.loadMovie = function (url){
}
is there a way to override the loadMovie function of the MovieClip object via AS2 but only for one sepcific movieclip instance?
I know there is a way using prototype to override the funciton globaly, but I only need to modify the behaviour of loadMovie on a specifc movieclip.
in flash 8 uisng
myinstance_mc.loadMovie = function (url){
}