can't get gotoAndPlay work in HTML canvas
on 1st frame of stage I have a symbol on the canvas. The symbol has a this.stop(); on first frame of it.
How can I get this to play from code on stage?
this.symbolName.gotoAndPlay(2); //doesn't work
var self = this;
self.symbolName.gotoAndPlay(2) // doesn't work
What am I doing wrong?
