Ask questions related to scripting in js and createjs in this forum?
Hi Everyone,
I'm trying to learn Flash HTML5-CANVAS and I'm having problems scripting with JS and EaselJs in the actions panel. I just need to know if this is a good forum to ask questions regarding EaselJs. I'm running the latest version of Flash Pro 15.0.1.179 in OSX El Capitan v 10.11.1 and I opened a file created in the canvas platform. Please redirect me if I'm in the wrong forum.
I'm having problems accessing MC/s created on the stage using
this.MovieClipName.cursor = "pointer";
or
stage.MovieClipName.cursor = "pointer";
and
this.enableMouseOver(3);
or
stage.enableMouseOver(3);
The consol.log in Chrome does not recognize the MovieClipName
