Answered
Targeting a MC on the stage (CreateJS) ?
Hi CC folks,
I'm trying to merely change the alpha of a MC on the stage.
this.movieclip.alpha = 1;
I'm using the instance name in the UI for the MC.
Why isn't it referencing?
Hi CC folks,
I'm trying to merely change the alpha of a MC on the stage.
this.movieclip.alpha = 1;
I'm using the instance name in the UI for the MC.
Why isn't it referencing?
The movie clip is called questions So I tried this in frame 1 of main timeline
this.questions.alpha = 0.5;
and you can see it works.

Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.