sceneManager = SceneManager.new({
--start scene
["start"] = start,
--options scene
["options"] = options,
--pack select scene
["pack_select"] = pack_select,
--level select scene
["level_select"] = level_select,
--help scene
["help"] = help,
--level itself
["level"] = level
})
--add manager to stage
stage:addChild(sceneManager)
--start start scene
sceneManager:changeScene("start", 1, conf.transition, conf.easing)
i add easing class and even then I have that error:
main.lua:1: attempt to index global 'conf' (a nil value)
stack traceback:
zmieniacz.lua:1: in main chunk
Comments
https://github.com/gideros/GTween
index '__userdata' cannot be found
stack traceback:
when i solved conf problem then u see what hapend I'm sorry but can someone help me
I advice you start from simple examples, read the documentation. Especially step by step tutorials will really help you a lot.
Ok after this general advice if you will post your project here i can look and help you in your problem i guess:D