Orion, yes I did forget about that while writing that post. I have used it quite a bit. One problem I ran into with it though is when I want to delete the sprite and activate and EOP function it won't quite behave how I wanted, my EOP function activates a series, one of which is a "delete sprite" but deletes the last one made not the one that is at the end of its path. (any way around this, i cant think of one). Also, I wish the was a OSR_[SpriteName] (On sprite remove) which activates a functions of that name just before a sprite is removed no matter what the reason for the removal. I think i mentioned this in another post, and this is the SGDK2 thread so Ill quit talking about it

]Every sprite instance that can exist must be defined at design time. You can't create an unlimited number of a certain type of sprite. (However, you will be able to "Activate next inactive sprite in category" to achieve a similar effect)
Right now I am working on a game that has 1 "Initial instance" spite, the player. All other sprites are created by tile interactions and special functions, and those with paths are always "follow path relative to starting point". This is mainly to make sprite creation as easy as tile placement (looks like your doing this "out of the box" in SGDK 2. Would be nice to have an options for when to activate sprites: "When playersprite comes within 500 pixels", "At beginning of Map", "When player collides with sprite", "On Rule ACT_[SpriteDef]*"
Anyways, I can see how dynamic sprites would still be possible with the system you described in the quote above, but will we still have as much freedom with dynamic sprites? Can we still change properties of sprites or definitions at run-time via "Script" or otherwise? (I like to change anything and everything at run-time, Especially graphics)
And on Paths. I have an idea just come to me, take it or leave it. Since you will have path points, special functions, Sprite Instance starting points, and now areas. Maybe to make map creation easier you should just allow the creation of "Points" in the Map GUI. They would have names, and an X and Y and be indexed by the layer. They could be used for anything: Path Points, Special function corners, Sprite instance start positions, and area corners. When making them in the map editor you could type the name and start clicking and it would auto-update the name for you at each point "EnemyPath00,EnemyPath01...." You could also have buttons to "Create Path from last points of same name", Create Area from last 2 points", etc, that would either auto-create or open the appropriate dialog so you could edit the newly created object.
Some benefits of this method include: The ability to edit individual path points easier and append path points, the ability to edit locations of areas easier, easier way to select destination of "teleport player" special function, easier way to implement "move tiles" special functions
The real benefit would come for being able to select these points "by name" from any other dialog where appropriate: Sprite Instance/Definition for rules or path locations, Special function/Rule/Area for areas of functions or targets (Transport, move tiles, etc). They could also be used for easy map navigation in the design GUI, have drop-box "Scroll to Point...."
A huge list of points could become unruly and difficult to navigate so you could "hide" points after you make the appropriate path, area, etc. So the list only contains what you want it to contain (the stuff you are working on, the most recent stuff" with an options to "view hidden points" available.
Another problem might be for novices that want to make paths and area "the old fashion way", but you could still keep those options available, an just auto-name and auto-hide the points of paths and areas made in this manner.
Also, I'm not sure how you would implement it, but having "relative points" might be a good idea as well. "Left of, Right of, Ballistic projectile series01, Ballistic projectile series02, TopLeft of screen. etc" These would all be useful for things like shooting players, shooting enemies. Some of these could be pre-defined as well. Might make things easier to select points by name rather than having to worry about coordinates at every level of design (especially for those new to the kit

)"
...Steps off soapbox.

Also, thanks for keeping us involved in this process. Hopefully we all get a better engine and development environment out of it.
