English 中文(简体)
Best way to start learning Corona?
原标题:

I know I know this has been posted millions of times but I still can t find a solution.

I want to start learning Corona and taking it seriously but I don t know how to start.

I feel shame actually because I ve been playing with its API for a couple of days but I still have lots of weakness and questions mostly in its basics and structure of the language.

People posted Lua online Book link but how to start with it? Do I have to download Lua compiler or I could just use Corona compiler and after a fast checking I feel there is difference between lua and corona when it comes to syntaxes.

I ve never felt this way when I started learning Fortran75 and Java. Everything was easy to look for books (love books) and videos and much more.

So to all Corona expert lvls please guide me to the best road to learn.

最佳回答
问题回答

If you want to learn using the Corona SDK, have a look at http://www.learningcorona.com as proposed by jhocking.

If you want to learn Lua first, check out http://lua-users.org/. You will find tutorials and code snippets there, which should get you started.

Another good starting point to learn Lua is to look at the rosetta code site: http://rosettacode.org/wiki/Lua There you can compare Lua to one of the languages you already know.

Last but not least, I would be happy to help you myself, if you ask more specific questions.

I have written a complete tutorial on my blog http://www.cutemachine.com on how to write a complete game with the Corona SDK. It is also listed on learningcorona.com.

I have less Corona experience than you (zero), but have you googled:

Corona Dev Platform Tutorial

The first 6 or so are really promising looking.

You want to learn about corona sdk visit this followed link , this will helpful for you , http://docs.coronalabs.com/
This tutorial provide by Corona lab.





相关问题
List Contents of Directory in a UITableView

I am trying to list the contents of Ringtones directory in a TableView, however, I am only getting the last file in the directory in ALL cells, instead of file per cell. This is my code: - (...

iPhone NSUserDefaults persistance difficulty

In my app i have a bunch of data i store in the NSUserdefaults. This information consists of an NSObject (Object1) with NSStrings and NSNumbers and also 2 instances of yet another object (Object2). ...

Writing a masked image to disk as a PNG file

Basically I m downloading images off of a webserver and then caching them to the disk, but before I do so I want to mask them. I m using the masking code everyone seems to point at which can be found ...

Resize UIImage with aspect ratio?

I m using this code to resize an image on the iPhone: CGRect screenRect = CGRectMake(0, 0, 320.0, 480.0); UIGraphicsBeginImageContext(screenRect.size); [value drawInRect:screenRect blendMode:...

Allowing interaction with a UIView under another UIView

Is there a simple way of allowing interaction with a button in a UIView that lies under another UIView - where there are no actual objects from the top UIView on top of the button? For instance, ...

热门标签