ActionScript - General Undo / Redo API?

馋奶兔 提交于 2019-12-07 03:37:31

There are specific design patters for this kind of stuff in AS3

Please check the following links: http://lucamezzalira.com/2010/01/12/memento-pattern-in-actionscript-3-undoredo/

you can also check Command pattern, which is the de-facto standard ,irrespective of the programming language, it would give you the basics.

Incase you face any issues, please feel free to comment.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!