Tagged Questions
0
votes
0answers
123 views
director: (params) error on 'menu'
This is my menu.lua and it works in the virtual coronasdk sim but not on my tablet. THe app opens the intro.lua after a touch event I enter the menu.lua. The screen returns this error:
Director Class ...
0
votes
1answer
1k views
CoronaSDK Director Error
I am currently writing a cross platform app using the CoronaSDK and Lua. I am using the director package to change scenes. However I am getting the following error:
"Director ERROR: Failed to execute ...
1
vote
2answers
173 views
Why do I need to a localGroup:insert( object ) with the corona director class?
I cant seem to wrap my head around the localGroup:insert command that is necessary when using the director class.
If I create my object with something like:
local btnBegin = display.newImage( ...