Question
HTML5 Canvas: click function ignored?
This is peculiar. I have a MovieClip with 2 frames.
This code is on the first frame:
this.AppInfo.on('click', function () {
this.gotoAndStop(1);
console.log("Button was clicked!");
});
this.stop();
When AppInfo is clicked, the c.log works and no errors. but the clip does not move to the next frame.
Shouldn't it?
Any idea what's going on? File is attached. Or, was...

Why can't I attach a .fla?
I tried to attach it's .js file instead but got this:

Why doesn't this site recognize a .fla file?
