PDA

View Full Version : linking a drop down button to a frame using actionScript 2.0



thegoodcitizens
May 12th, 2009, 07:35 PM
Hi,

I have a drop down movie button that shows the drop down when scrolled over but i cannot get the drop down buttons to link to the relevant frames.

My current script on the dropped down button is

on (release) {gotoAndStop(6);

}

which does nothing.

I tried this code
on (release) {
this._parent.gotoAndStop(5);
}
Which takes me back to the opening movie scene instead of the scene with my buttons and relevant frame.

Any help would be greatly appreciated.

thanks