I have a load of buttons in movieclips (i need this to make the buttons move randomly)
my question is this: what do I put on the buttons to make them go to another frame on the main timeline. I know you’d need a prefix to gotoAndPlay(frame) but which one?
on(release)
{
_root.gotoAndPlay(frame);
}
thx nigeledge
i really should have thought of that :-\
No problemo.