You are going to have to use attach or duplicate. If you use a movieclip subclass, then your new instance will have all the same properties and methods as the instance in the scroll pane ... Unless you change things on that instance at runtime, in which case you could create a static method that makes creates a copy. Have the method take take an instance as an argument, and then have it create a new instance and copy properties from the original instance.
|