Hi guys!
I just released the new Loader Class for Corona SDK. This is for expert users.
Please take a look: http://bit.ly/lCTyag
Also, there are some info about Director Class 1.3.
Thanks! [import]uid: 8556 topic_id: 9802 reply_id: 309802[/import]
Hi guys!
I just released the new Loader Class for Corona SDK. This is for expert users.
Please take a look: http://bit.ly/lCTyag
Also, there are some info about Director Class 1.3.
Thanks! [import]uid: 8556 topic_id: 9802 reply_id: 309802[/import]
Very exciting, can’t wait to try it out 
Your director class made it much easier for me when I was starting out with Corona.
Peach
[import]uid: 52491 topic_id: 9802 reply_id: 35700[/import]
This is pretty cool, just going through this and looks great. It is similar to something that I was doing in a new game i.e employing modules as objects.
However I can’t help but think why would I want to do this since if I wanted to do true OOP I’d just do everything in Objective-C and Cocoa2d as there is a lot more writing involved creating classes but I suppose you don’t have to create a header them implementation file, just one lua file.
I’ll play with your Loader further as it looks pretty solid but I’m still in two minds 
[import]uid: 33866 topic_id: 9802 reply_id: 35743[/import]
You can use a module as a library with a lot of functions to get something close to Loader Class. The thing is Loader have a strong exception handling “service”. One thing I learned with Director is that people don’t look to their own code, most just say that the error is on foreign codes. With Loader Class, it doesn’t happen because if the module has any error, a big message will be displayed on the top of the simulator or device.
Another really cool thing is that you can call functions dynamically passing a table with parameters. My final test on my course will use this to read XML and create widgets in real time. [import]uid: 8556 topic_id: 9802 reply_id: 35760[/import]
Dude I cant wait to try to learn this. Loading a level before changing scenes would be awesome! [import]uid: 29181 topic_id: 9802 reply_id: 37027[/import]