Answered
Cannot read property 'gotoAndStop' of undefined? It is Defined.
function Reset_A() {
this.Video_Display.gotoAndStop(0);
};
this.Video_Display.gotoAndStop(0);
this.Video_Display.gotoAndStop(0); fires just fine, unless I call it from within in a function...
If I have a function in a click event that fires Reset_A(); then suddenly my Video_Display is "undefined"?
How can it be both defined and undefined?
Can anyone make sense of that?
Thanks!
