ScrollPane Component Tutorial

Adam Khoury 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);