PDA

View Full Version : one more question about buttons to frames.



boobay
April 7th, 2002, 01:21 AM
is it possible to link a button to a particular frame inside a movie clip?

I have a button that I want to open different frames inside a scrollbar.

I am not Jubba
April 7th, 2002, 01:31 AM
on(release){
NameOfMC.gotoAndPlay(whateverframeyouwanthere)
}