well in my game i’m having a strange problem :S
acao3 = function ( event )
if event.phase == "ended" then
if itemSelecionado =="caveira" then
textoMuda = display.newText( "NAO FUNCIONOU O DIRECTOR", 20, 150, nil, 30 )
gameGroup:insert( textoMuda )
transition.to( textoMuda, { time = 1000, alpha = 0 } )
director:changeScene("menu")
end
end
end
when I call this function, I get the “textoMuda” saying that the director didn’t work… because if her works I wont get this Text…
and I’m sure that i have “menu.lua” in my game… because is the firt scene of my game, after main of course. Any idea?
sometimes the director works and the scene return to menu
thanks [import]uid: 23063 topic_id: 12155 reply_id: 312155[/import]