I found a very simple slideshow tutorial and thought I could adapt the next frame and previous frame buttons. So far I’ve had no luck.
on (release) { if (this._currentframe == this._totalframes) { gotoAndStop(1); } else { nextFrame(); } }
That’s the code for the next button (obviously) and I need it to control the .swf on level 2
I’ve recieved such helpfull replies to all my other questions I hope you can help me out again.
Thanks