Copy link to clipboard
Copied
Can i make the action script 3 code to execute line by line in adobe CS5 ?
It's means asynchronous function to synchronous function.
Regards
Satya Mahesh.
you can use the transform.colorTransform property of movieclip:
var ct:ColorTransform = mc.transform.colorTransform;
ct.color= 0xff0000;
mc.transform.colorTransform=ct
Copy link to clipboard
Copied
some as3 is synchronous, but some is not.
and as3 for air has more synchronous functions than as3 for non-air applications.
[moved from Adobe Creative Cloud to ActionScript 3]
Copy link to clipboard
Copied
Thanks for your reply.
I have one more doubt in action script.
I created a two different movie clips and i want to blink the movie clips with same colour at same time. Is it possible ?
If yes then how ?
Regards
Satya Mahesh.
Copy link to clipboard
Copied
you can use the transform.colorTransform property of movieclip:
var ct:ColorTransform = mc.transform.colorTransform;
ct.color= 0xff0000;
mc.transform.colorTransform=ct
Find more inspiration, events, and resources on the new Adobe Community
Explore Now