Hello,
I have this function in my code:
function act\_484 (event)
local myClosure\_switch = function()
print("entered")
print(director) --show the director table correcly
director:changeScene( "page\_2", "moveFromRight" )
print("exit")
end
timerStash.newTimer\_269 = timer.performWithDelay(0, myClosure\_switch, 1)
end
act\_484()
The “prints” work but no change of scenes. Anything I may be missing here? Really weird.
Alex [import]uid: 4883 topic_id: 26883 reply_id: 326883[/import]