Hey guys, here something i always wanted know. Say I have a transition like this:
transition.to( gameOverScreen, { time=500, alpha=1 } )
Now, do I need to manually cancel this transition or is it ok to leave it alone. I am using Director. My understanding is that we need to cancel all transitions. This one do not have an handle. I usual do not use too many transitions because I will give them and handle (so I can cancel them in my clean()) but if I did not have to cancel transition without an handle that would be great since i will not keep track of most of them.
Just curious.
Mo
EDIT: I guess the follow question would be: Is it ok to use transitions (or timer) with handles? It seems that new Corona book use them many times over…
[import]uid: 100814 topic_id: 25938 reply_id: 325938[/import]