DisplayEditor is a simple class that allow to add a WYSIWYG mouse-driven object editor to your flash projects.
It is an on going project, so it will be updated frequently over the next weeks. Refer to this tag to stay update.
The usage is absolutely straightforward as shown below:
var editor:DisplayEditor = new DisplayEditor(mc);
Where ‘mc’ is the DisplayObjectContainer (i.e. MovieClip or Sprite) you want to edit visually.
Click to one of the object below; right now you can drag and resize objects like you could do in any visual editors:
Right now it is only a proof of concept. I’m thinking to figure out to integrate it with the XMLDisplayManager to allow to save and retrieve the result settings.
The classpath of this class is:
maja/behaviors/
So create these folder and put inside this class.
Download [download id="24"] class, v. 001: