I need an action script code for flash that will make my button link to the next...

41down

New member
...or previous frame? I know it's something like

on (release) {
gotoAndStop(prevFrame);
}

but that doesn't work so clearly I did something wrong
 
Back
Top