I'm having problems with this:
I make an button or watever that orders to go onto next frame or to # frame.
It works; this are the 2 scripts I use for this:
on(release){
nextFrame();
}
AND
on(release){
_root.gotoAndPlay(#)
They work fine as they could.
But the problem is they allways count to main frameline in Scene 1 (even the nextFrame() script).
So how can I make that after clicking the button it puts you to # frame and # scene?
Thanks~