How to implement Undo and Redo feature in as3

Posted by Swati Singh on Game Development See other posts from Game Development or by Swati Singh
Published on 2011-11-16T05:17:07Z Indexed on 2011/11/16 10:25 UTC
Read the original article Hit count: 515

Filed under:
|
|

I am going to create an application in that i have to implement an Undo and Redo feature. In the application there will be multiple objects located on stage and user can customize the position of the objects. But when user clicks on Undo the object go back to their default position and after clicking on redo object will move on the new position.

So my question is how can i apply these feature in my application? Is there any library or any third party classes?

Can some one help me?

Thanks in advance.

© Game Development or respective owner

Related posts about flash

Related posts about actionscript-3