Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
SceneManager is nil — Gideros Forum

SceneManager is nil

omerfarukzomerfarukz Member
edited September 2012 in Bugs and issues
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

Sign In or Register to comment.