The documentation mentions:
" pause and resume individual tweens or all tweens "
After a fair bit of searching I can't find how to do it in Gideros. Does it need to be done on an individual tween basis, or is there a way to call something like:
GTween:setPaused(true)
Thanks
Comments
Tested and it works a charm.