Call Color change in FLASH CS6
i have flash file. i'm working on demo project want customize color of panels according thumbnails when clicked on them.
the colors of front floor must change accordingly color respective thumbnail , same goes front wall colors.
to more clear cut idea, have uploaded .fla file here @ http://www.mediafire.com/?2ljw8l8q0xjdit4
the swf file here... http://www.mediafire.com/?y21f1w2jz1t24t4
can please me out on query on how can implement simplest way possible without use of cold fusion?
you can use colortransform class assign colors displayobjects:
var ct:colortransform = yourdisplayobject.transform.colortransform;
ct.color = whatever color;
yourdisplayobject.transform.colortransform = ct;
More discussions in Adobe Animate CC - General
adobe
Comments
Post a Comment