I am trying to create a history of the actions, perhaps stored in an array, I make in flash so that I can have a button that allows the user to go back to a previous action
Printable View
I am trying to create a history of the actions, perhaps stored in an array, I make in flash so that I can have a button that allows the user to go back to a previous action
So what would your question be? What is the type of information?
Thankyou Samac1068 for your reply. The information would vary, some are button calls, some are adding color to other movieclips. I just want to store that call, whatever it may be, so that if I push a back button or forward button I create, calls that function I called repeats the action. Similar to how a browser stores the history of the webpages you visit in a brower.
I am a little confused, but I think I understand. However, you don't want to store the function, unless in the call it references something other variable to determine the content of the page. What is the distinct information?