how to use the "CompleteListener" in "Text:applyInOutTransition"

Hi,

Please I want some samples of how to use the "CompleteListener" property in "Text:applyInOutTransition"?

NRA

Either this way:

1
2
3
4
5
6
MyText:applyInOutTransition(
        {
        ...
        CompleteListener = function(event) print("TRANSITION COMPLETE!") end,
        ...
        } )

Thanks

views:1341 update:2011/10/14 9:11:21
corona forums © 2003-2011