Copy link to clipboard
Copied
I have a scrollpane instance named myScroller in a swf. It is linked to a movieclip named media. Inside the movieclip are buttons that do not work when they are inside the scrollpane. One button is named "morris" so I tried putting code on the timeline for the movieclip.
this.morris.onRelease= function():Void {
_level8._visible=true;
_level8.gotoAndStop(2);
}
this did not work - I tried putting it on the main timeline - above the scrollpane -
myScroller.morris.onRelease= function():Void {
_level8._visible=true;
_level8.gotoAndStop(2);
}
Specific help would be appreciated!
~Judy
OHHH - I just read the discussion about an e-mail link in a scrollpane. I had the same problem - In the scrollpane properties I had clcked scrollDrag fro some reason. Now it works! Thanks
Copy link to clipboard
Copied
Put traces inside those functions to see if they are executing. If they are, _level8 is probably not what/where you think it is.
Copy link to clipboard
Copied
OHHH - I just read the discussion about an e-mail link in a scrollpane. I had the same problem - In the scrollpane properties I had clcked scrollDrag fro some reason. Now it works! Thanks
Find more inspiration, events, and resources on the new Adobe Community
Explore Now