PDA

View Full Version : linking to frames from within a movie clip?



boobay
April 3rd, 2002, 07:58 PM
I have a problem on my site, I have it navigated with the different frames. In one portion I have a scrolling bar, what I need is to link to different parts of the site from within this scrollbar. BTW I have buttons inside the movie scroller bar window, these are what I need to change to different frames of the movie.

Is this possible to do? Ive tried so many things I lost count.

eyezberg
April 4th, 2002, 03:03 PM
_root.labelname should work, supposing you place some labels in your main timeline

boobay
April 4th, 2002, 04:31 PM
thanks very much! Ive been looking for a solution to fix this for days.

If anyone else needs it the command I used was

_root.gotoAndStop("nameofframe");