hi there:
I wonder whether this will work:
var myclip:MovieClip = _root.attachMovie(“clip”, “clip”, 1000);
_root.myclip.unloadMovie();
_root.myclip.loadMovie(“clip”);
And the “clip” is still the same instance, which is created in 1st place
hi there:
I wonder whether this will work:
var myclip:MovieClip = _root.attachMovie(“clip”, “clip”, 1000);
_root.myclip.unloadMovie();
_root.myclip.loadMovie(“clip”);
And the “clip” is still the same instance, which is created in 1st place
:: Copyright KIRUPA 2024 //--