A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: ScrollPane to ScrollPane Communication

  1. #1
    Junior Member
    Join Date
    Jan 2003
    Posts
    6

    ScrollPane to ScrollPane Communication

    I have a scene with two ScrollPanes. One ScrollPane contains a movieclip of thumbnails (used as buttons), the other ScrollPane contains larger pictures. Similar to a photo album. When each thumbnail is clicked, it is supposed to go to a specific frame label of another movie clip within the second ScrollPane.

    This is the code I am using for the thumbnail buttons:

    on (release) {
    _level0.Ads-Scroll-Large.tmp_mc.gotoAndPlay("AD2");
    }

    I know it has to be something stupid...

    Any help would be greatly appreciated!

    Many Thanks,
    Todd
    Thank you,

    tgrassi

  2. #2

  3. #3
    Junior Member
    Join Date
    Jan 2003
    Posts
    6
    First of all, thank you so much for taking the time to actually create a working sample...WOW! Yours works perfectly (obviously)!

    I still can't get mine to work. I am going to screw with it a bit more and try to figure out what is going on! It should be just as easy as your sample. There must be something blocking it.

    Again, thank you so much for your time today!

    Wish me luck!

    Best regards,
    Todd
    Thank you,

    tgrassi

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