PDA

View Full Version : loading a runtime created movieclip into a scrollpane


MrDonut
02-07-2005, 08:32 PM
Hi. Longtime lurker, first time poster.

I'm creating a MovieClip at runtime and I would like to load the created MovieClip into an instance of the ScrollPane component. Currently the ScrollPane seems to only MovieClips external to the Flash application.

Any help would be greatly appreciated. :)

mg7een
02-07-2005, 10:42 PM
I'm trying to do the same thing - but not having much success - if you work it out, please could you post a solution here? Many thanks.

MrDonut
02-08-2005, 07:27 PM
well what have you done so far? basically i've created a couple of custom methods to accept a reference to the runtime created movie clip instead of a string which points to an external movie clip.

am I on the right track? what progress have you made?