New to Flash and AS3. I have a flash AS3 app I am making. It has multiple scenes and the user starts at scene one, and then follows a menu on the left to navigate to the other scenes. I need to add a motion tween to the front page only.
In my actionscript, I have to have "stop()" because if I don't the multiple scenes won't work effectively. However because of this, the motion tween never is able to start. How do I make it so the app runs, and the first screen stays up, but it starts with a motion tween?
I hope I explained myself well.