Question
How to hold a texts scroll for 3 seconds then scroll off?
I'm using tweenlite. How do I hold the scroll for 3 seconds and scroll off the screen?
Here is my current tweenlite code.
TweenLite.to(txtField, 40, {x:-stage.stageWidth*2.25, ease:Linear.easeNone, delay:0.5, onComplete:Inspiration});Thank you.