Garth Humphreys

Link

From Actionscript to Obj-C

So I decided that my next game might either be written 100% in AS3 or in Obj-C. The thing is I like the idea of doing it in Obj-C because;

  1. It will be a healthy challenge
  2. It’s always nice to learn a new language
  3. And lastly there are certain things I might want to do on the iPhone that the Flash CS5 converter may not be able to do

I didn’t want to start from scratch with Obj-C I wanted to take what I have learned with AS3 and just apply it to Obj-C. So After days of searching I found a really cool blog post that covered AS3 to Obj-C. It has helped me adjust to the syntax differences between the two. Visit http://jessewarden.com/2010/04/cocoa-chronicles-1-actionscript-vs-objective-c.html

Comments are closed.