âš ī¸ Warning âš ī¸ Deprecated Code! This video tutorial contains outdated code.
💡 If you wish to update it, any AI assistant will update the code for you in seconds.

ScrollPane Component Tutorial

Published : November 14, 2014   •   Last Edited : November 24, 2025   •   Author : Adam Khoury
In this Flash ActionScript 3.0 tutorial and source file reference beginners can learn how to use two lines of code to scroll custom content movieclips using the scrollPane component in the components library of Flash. Most any type of custom content can be in the scroll movieclip sitting in the library, animations, images, text, most anything you can think of.
scrollPane.source = myContent;
scrollPane.setSize(556, 300);