OutlawGameTools / Lime2DTileEngine

Library for creating 2D tile-based games with Corona SDK.
http://lime.outlawgametools.com
Other
45 stars 10 forks source link

Tutorial examples with latest Lime version #4

Open dyerrington opened 11 years ago

dyerrington commented 11 years ago

Do any of the tutorials work with the latest version? So far, I've loaded up these without success:

http://lime.outlawgametools.com/tutorials/20-controlling-the-camera/ http://lime.outlawgametools.com/tutorials/13-moving-a-map-via-touch/ http://lime.outlawgametools.com/tutorials/19-using-director-with-lime/ http://lime.outlawgametools.com/tutorials/20-controlling-the-camera/

The first two, I get a problem related to these issues - https://github.com/OutlawGameTools/Lime2DTileEngine/issues/1, https://github.com/OutlawGameTools/Lime2DTileEngine/issues/2, then the last one, I get this error (version 1.4 of director class):

..uments/Corona Projects/Tutorial 19 DEMO/director.lua:1092: attempt to call method 'insert' (a nil value) stack traceback: [C]: in function 'insert' ...uments/Corona Projects/Tutorial 19 DEMO/director.lua:1092: in function 'changeScene' .../Documents/Corona Projects/Tutorial 19 DEMO/main.lua:31: in function 'main' .../Documents/Corona Projects/Tutorial 19 DEMO/main.lua:44: in main chunk

I'm sure I can figure out if Lime will be useful by reading more code. I'm curious to know if there's an obvious version of lime I should be starting with?

Thanks for any help!

anthonymoralez commented 10 years ago

I've started working through the tutorials and making fixes to lime as I go. So far only tutorials 00-06 are at anthonymoralez/lime-tutorials@b3f1337863ee2c3d0b4c2ce10f283a8f349f11da. But I'll keep working through them so soon I'll get to the ones you're having issues with.