scrollbar component in flash

Out of context: Reply #1

  • Started
  • Last post
  • 2 Responses
  • 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. :)

View thread