Screens - play movie

Hi there

I am trying to get my screens working

Ive got a movie in my root-screen that i want to start playing
when I jump/go to a child-screen

Ive got the root screen (application) and a child screen (Step_1)
In the screen (application) there is a movie = Txt1 set to stop at frame 1
Ive got a menu that take me to Step_1 and now the Txt1 has to play

but when using this

this._parent.Txt1.gotoAndPlay(“2”);

its play from start

and not when entered the screen (Step_1)

What am I doing wrong ? :slight_smile: