A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Scroll bars for entire movie

  1. #1
    Junior Member
    Join Date
    Jul 2002
    Posts
    9
    i have a map in a flash movie that i have made zoomable. the problem is, when it zooms in, its only to the top left corner and i cant move it around. is there a way to make scroll bars or have the whole movie dragable or something? im pretty new at this, so any help is appreciated.

    thanks

  2. #2
    NerdInside's Avatar
    Join Date
    May 2001
    Location
    Penguin Island
    Posts
    3,439
    Use the scrollPane. http://www.flashkit.com/tutorials/Ge...57/index.shtml

    Images are broken last time I checked.

  3. #3
    Junior Member
    Join Date
    Jul 2002
    Posts
    9
    its almost works, but none of my buttons will work like that. this is what i am doing...

    i have a map and you can click on each state to go to a different section. the north east states are too small so i added buttons to zoom in and out. the zoom in button uses this script:

    on (release) {
    _xscale = 200;
    _yscale = 200;
    }

    but when it zooms, there is no way to navigate.

    the scrollpane worked, but disabled all of my buttons.
    [Edited by caMehT on 08-07-2002 at 12:03 PM]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center