createjs Tween Alpha issues
Hey,
I'm been following a tutorial on lynda to learn html canvas but, I can't figure out what i'm doing wrong since I've gone through the video multiple times and I copied the code exactly the same as they had it.
Anything I hide with the root.segment01.shed.alpha = 0; or root.segment01.darken.visible = false;
doesn't come back when attempting to show them with again
createjs.Tween.get(root.segment01.path).to({alpha:1}, 800); or root.segment01.darken.visible = true;
Is there something special you need to do get something invisible to become visible again?
The only way i've been able to do it, is make a movie clip have a alpha of 0 in Animate instead of programming it. I feel like that's not how it's supposed to work

