Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Back to last frame visited

Status
Not open for further replies.

simonWMC

Programmer
Dec 2, 2002
180
GB
Hello

How do you navigate the user back to the last frame they visited ?
Is there a variable that records the users previous location on the timeline ?
 
no but you could create one and place it in an array. add to the array each time the user moves to a frame (_currentframe) .then to have a back button the last place would be the second last entry on the array the one before that the third last and so on.

you could in this way build a back button function into your site.
 
Did this with scenes, but you could probably adapt it for frames...

Done in Flash 5 or maybe in Flash 4 days...




Regards,

cubalibre2.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top