Core Objects

Color object

You learned in basic Flash course how to change easily the transparency and adjust color tints of the instance. It may be done easily through the Properties Inspector.

It's possible also to change the color on demand programmatically. Code is rather tricky, but when you do it once it will be a good example to implement. Colors are kept in a special object named Color, which like Date object has methods to set and get color.