Hi guys,
I'm an actionscript developer who is trying to migrate to objective c completely. When i found out your framework i was happy like i found a gold mine
I'm trying to port one of my games to iphone. Which has lots of path drawing on runtime. This game is something like a flight control game.
My question is:
When i searched for custom drawing i found out that you made a work around for that using CoreGraphics which is adding a block parameter to SPTexture.
I'm looking for the best solution to draw enterframe to a texture. As i figured out there is no way to call the draw method after the initilization ( or is there ? )
Should i create texture initializing with the appropriate draw algorithm on enter frame and remove the previous ones? What is the best practice?
Thanks alot again for this beatiful framework.