If you are using Flash MX or newer then you can simply put something along these lines on the main timeline:
Code:
myNewInstance.onEnterFrame=function(){
this._y+=1;
}
If you are still in Flash 5, then you will have to add the script to the instance, place it inside another "holder" type MC and attach that I think.
Tbh, I cant remember how I used to do that, or even if i ever needed to. I probably would have just placed it off the stage and then moved it on as and when I needed it .
Taff
Bookmarks