PDA

View Full Version : Previous Button Flash Website



WhiteMantis
October 10th, 2008, 05:47 AM
Hello i am toying around with a very simple flash website...
I am having a little trouble though, the only way i know how to make a previous button is prevFrame();
The problem is i don't want it to run into my preloader i know this is an easy fix i just can't think today! Any help is greatly appreciated.

theCodeBot
October 10th, 2008, 06:58 AM
gotoAndStop("theFrameYouWantToGoToByName");

WhiteMantis
October 11th, 2008, 01:13 PM
Thank you, but i should have been more clear =(. That will only take you back a frame, say if the user were to skip around I would like it to take them to the frame which they were last on.