Hello Daniel, first i'd like to thank you for this wonderful framework! I've used many languages in the past and Actionscript was one of my favorites. I just started programming for iDevices about a month ago and been using this framework for about a few weeks now. I can't even force myself to try out Cocos2D now. it's awesome to have a framework that feels so comfortable, especially when Objective-C is so foreign to me.
Are you working on this framework solo? I read this forum constantly and it's amazing how much support you give. If you need any help with anything on this project, i'd be glad to help. I'd love to see this framework go very far.
Despite my lack of experience with Objective-c, i have been studying your framework left and right and i've got a good understanding of it. I've been able to add some features of my own, such as:
SPQuad
------
- Added fill support
(BOOL)fill
- Added border support
(BOOL)border
(uint)borderColor
- Added scew support
(float)scewX1
(float)scewY1
(float)scewX2
(float)scewY2
(float[4])scew [EXAMPLE: quad.scew = (float[4]){1, 1, -1, -1};]
SPTextField
-----------
- Added dropshadow support
(BOOL)shadow
(uint)shadowColor
(int)shadowOffsetX
(int)shadowOffsetY
SPALSoundChannel
----------------
- Added pitch support
(int)pitch
This isn't near as impressive as all your work, but if anyone is interested, I would be willing to write some tutorials on how to add these features to the framework. I know they have been very useful for me. So I just wanted to say hi to you all, it'd be great if you all can introduce yourselves. And for sakes, can we get some people on the IRC channel? haha!