scrollbar component in flash
- Started
- Last post
- 2 Responses
- kibuchi
Can anyone give me a link on how to add a scrollbar component to more than just text? Or even better an .fla?
I want to scroll some graphic instances but can only find tutorials for dynamic text and that is in the manual!
Thanks in advance.
- Hardcore0
Look up the "ScrollPane" Component.
Quick Example
---------------Draw a large Square. F8 to convert to a MC thats called "Graphic_mc".
Set the Linkage ID in the library to be called "Graphic_mc".
Drag and Drop an instance of the ScrollPane Component on to the stage. Resize it to be half the height of "Graphic_mc".
Name it "ScrollPane_mc".Now add the actionscript on the same frame
ScrollPane_mc.setScrollContent...
--------
Look up the propertys and methods of it in the AS Dictionary...
Hope this helps. :)
- kibuchi0
will give it go!
Thanks