Hi
I am using folder setup to organize my code
for example:
/library/code/sample.lua
I use this for go to scene and it dose work:
…some code
storyboard.gotoScene(“library.code.sample.lua”)
…some code
for purging the scene I am using this
…some code
storyboard.purgeScene(“scene2”)
…some code
but it dose not give me any error
or I must use this format:
…some code
storyboard.purgeScene(“library.code.sample.lua”)
…some code
Thanks in advance [import]uid: 141482 topic_id: 30871 reply_id: 330871[/import]