|
-
of course.
have a look at the documentation on zeh's site to understand what you need to pass the tween function. In the colorTransformTo function, you pass the time (in seconds) as the 9th argument when calling the function. So, if you wanted to make a movieclip called "my_mc" transform from plain to white in one second, you would write something like this:
my_mc.colorTransformTo(100,255,100,255,100,255,100 ,0,1);
this is all after you've installed the most current .mxp and used #include to put his prototype into your movie.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|