Copy link to clipboard
Copied
Is it possible, like it was with Flash, to set the property of a movie clip (for example the Alpha to 0) with Animate Canvas html5? The simplest code would be great if it is. Thank you!
Copy link to clipboard
Copied
Hi.
Yes, it is.
If the code you're writing and the instance you're targeting live on the same timeline, then you could write something like this:
this.yourIntanceName.alpha = 0;
Please let us know if you need further assistance.
Regards,
JC
Copy link to clipboard
Copied
Thank you so much JC! I'll try it!
-Chris
Copy link to clipboard
Copied
You're welcome!
Copy link to clipboard
Copied
Outstanding! It worked!
Thank you again!
Copy link to clipboard
Copied
Awesome! You're welcome!