Hi everyone :D
Update :
How to remove a variable (/reset its value) ? Just a variable not an object 
The code of variable :
[lua]
local prevScene = composer.getSceneName( “previous” )
[/lua]
Because it store the same value (function back to last page show the first page you call it from - no matter you call from which page, when it suppose to go to previous page recently)
<< I tried to set it to nil - prompt error
<< tried to remove it with removeSelf(), not working too.
Any ideas? Please help ^_^
Thanks 



