Transition.pause, Resume, Resumeall And Pauseall On Later Corona Build?

Well based on experience rather than relying on custom transition libraries to pause and resume transitions why not add these functions directly in Corona? I think it’s better to prevent removing a transition instance and creating another instance for resume and much more efficient way to implement pause and resume game sessions.

Hope this will be implemented soon and keeping this post up!

Thanks in Advance!

I’m not sure how this is not implemented yet but there is a wonderful library that can help you:

http://developer.coronalabs.com/code/pausable-timers-and-transitions-speed-adjustment

It works really well and is quite efficient. Just remember to loop a timer to clean up the timers and transition every few seconds. 

I’m not sure how this is not implemented yet but there is a wonderful library that can help you:

http://developer.coronalabs.com/code/pausable-timers-and-transitions-speed-adjustment

It works really well and is quite efficient. Just remember to loop a timer to clean up the timers and transition every few seconds.