Is there a bug in transit.to() with an onComplete listener?
because onTransitionComplete() is never being called.
local function onTransitionComplete(event)
print( “onTransitionComplete” )
end
transition.to( playfieldScreenGroup, {time=500, x=320, onComplete=onTransitionComplete} )
[import]uid: 295 topic_id: 1525 reply_id: 301525[/import]