A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: scrollpane question

  1. #1
    Member
    Join Date
    Jul 2000
    Posts
    51

    scrollpane question

    How do you disable spanning in a scrollpane. For example, I have an image that loads in a scrollpane and I don't want the user to be able to select it and drag it around. I also dont want the cursor to change when they mouse over it, I don't want it selectable at all.

    Thanks in advance.

    Jrexi

  2. #2
    Senior Member
    Join Date
    Dec 2002
    Location
    Netherlands
    Posts
    1,632
    If your scrollpane is named scrollpane1, add the following line of actionscript code to the frame where you put it.
    Code:
    scrollpane1.allowDragging = false

  3. #3
    Member
    Join Date
    Jul 2000
    Posts
    51
    Originally posted by w.brants
    If your scrollpane is named scrollpane1, add the following line of actionscript code to the frame where you put it.
    Code:
    scrollpane1.allowDragging = false
    Thanks W!

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