Hi everyone, i'm a beginner for gideros and lua language. Tried some examples and wrote tiny codes for self learning. Now, i'm trying to work on lots of scene but getting an error is bellow. My gideros version is : v2012.08.4
main.lua
sceneManager = SceneManager.new({
["splash"] = splash,
["sceneA"] = sceneA,
})
Error message output:
Uploading finished.
main.lua:1: attempt to index global 'SceneManager' (a nil value)
stack traceback:
main.lua:1: in main chunk
Thanks
Comments