Answered
Requisition to clarify my Query
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.
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
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.