Peach’s tuts are great > techority.com
Dr Burton’s book is good, but I think advanced.
The best way I learned was tearing apart the samples, piece by piece. Commenting out one line, seeing what happens, changing things like values and stuff like that. I never programmed anything before june 2011, so it was new to me as well.
Also, the API are your best friend. I usually start there. Later down the road, you will want to read the Box2d document as well.
For the beginning I basically did something like this:
put a display object on screen, like a ball.
Apply physics so the ball drops.
add a display.newRect at the bottom, add physics to that and make it static.
add drag code (via peach drag code) and play around with that.
add sensors to the ground and to the ball to make it change colors.
Hit up learning corona.com and tackle collision detection (this is a big one, and took me a while but now I see it as not that hard really :).
Basically what I am saying is take an example, start small keep adding. Heavily comment your code and explain to yourself in your own words how something works.
…eh I think that’s about it.
oh and mobiltuts+ is a good place as well to go, google that.
Oh and cheetohmoskeeto on youtube.
Mmmm, yep that’s all I can think of now 
ng [import]uid: 61600 topic_id: 16424 reply_id: 61395[/import]