Skip to main content
Participating Frequently
December 15, 2010
Question

UIScrollBar

  • December 15, 2010
  • 1 reply
  • 723 views

Hey guys i have done a project and i found out that i could'nt see the top part of my project as it is too long. So i was thinking of using UIScrollBar to enable me to scroll to the top. But the problem is how do i use UIScrollBar?

Your help is much appreciated~

This topic has been closed for replies.

1 reply

Ned Murphy
Legend
December 15, 2010

I believe the UIScrollbar is primarily for individual textfields, though I may be wrong.  If you have multiple things you need to scroll then you would need to place them within a movieclip and use either the the ScrollBar or the ScrollPane components.  If you search Google using "AS3 ScrollBar tutorial" you should find sme information on it.

xHolyzxAuthor
Participating Frequently
December 16, 2010

I just started using adobe flash and didnt have much knowledge on it . Thanks for the help Ned.

Ned Murphy
Legend
December 16, 2010

Then you might want to start with the ScrollPane component just to get your feet wet.  If you combine all your stuff into a movieclip symbol you can assign it to be the source of a ScrollPane.