The theory, at least, was to try out the beta version and make sure my (basic) code was working with whatever was there on the lime side in terms of improvements.
- Lime files are in the project base directory along with the rest of my code.
- worldmap.tmx is XML format and in the project base directory.
local lime = require ("lime")
local testmap = lime:loadMap("worldmap.tmx")
“attempt to call method ‘loadMap’ (a nil value)”
In fact, none of the functions in lime.lua work.
I took a quick look at lime.lua and don’t see anything particularly wrong, so baffled as to why this is nonfunctional in any of the Corona SDK daily builds. (Also baffled why package.seeall is being used, but I assume that will be fixed in the “real” 3.5?)
Ideas? [import]uid: 41884 topic_id: 23602 reply_id: 323602[/import]