PDA

View Full Version : movieclip scrollbar


jagguy
09-06-2006, 10:53 AM
How do set up a set of movieclips to be viewed with a scrollbar, like a photoalbum being spread vertically?

FormerSwinger
09-06-2006, 11:03 AM
set the photoalbum mc as the content of a scrollpane

jagguy
09-07-2006, 07:03 AM
Is this how it is done with actionscript because i though components tax memory on .swf files

FormerSwinger
09-08-2006, 08:33 AM
Yeah the components are'nt very efficient :(
If the memory and file size is an issue you can allways make your own "scrollpane" class.