/ Published in: ActionScript 3
Expand |
Embed | Plain Text
var ct:ColorTransform = new ColorTransform(); ct.color = (Math.random() * 0xFFFFFF); box_mc.transform.colorTransform = ct;
You need to login to post a comment.
adrianparr on 01/20/11
colour color transform as3 tint ColorTransform
1 person have marked this snippet as a favorite
var ct:ColorTransform = new ColorTransform(); ct.color = (Math.random() * 0xFFFFFF); box_mc.transform.colorTransform = ct;
You need to login to post a comment.