all groups > flash actionscript > november 2006 >
You're in the

flash actionscript

group:

GoBack button?


GoBack button? kikibian
11/16/2006 6:54:59 PM
flash actionscript:
How to make a "go back" button to operate the previous page, but not to point to the certain label?
Re: GoBack button? arunbe
11/17/2006 12:00:00 AM
you can use the gotoAndStop actions in button.
on(Press)
{
gotoAndStop(_currentframe -1);
Re: GoBack button? kikibian
11/17/2006 5:29:22 PM
AddThis Social Bookmark Button