Answered
use of gotoAndplay in AS 3.0
Hi,
I am learning and using as 3.0. It is really great.
But now I use some timeline scripts with author-environment created clips.
clipA contains clip B.
Under clip B, in the script layer, I want to tell clip A to go to frame 2 with the following script :
this.parent.gotoAndPlay("intro");
I got an error message telling that gotoAndPlay is not defined.
How can I make such a simple and usual function work?
Thanks
I am learning and using as 3.0. It is really great.
But now I use some timeline scripts with author-environment created clips.
clipA contains clip B.
Under clip B, in the script layer, I want to tell clip A to go to frame 2 with the following script :
this.parent.gotoAndPlay("intro");
I got an error message telling that gotoAndPlay is not defined.
How can I make such a simple and usual function work?
Thanks