A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: transform.colorTransform remove animation from timeline

  1. #1
    Junior Member
    Join Date
    Oct 2006
    Posts
    3

    transform.colorTransform remove animation from timeline

    I have problem I have animation of movie clip in timeline, this animation is stopped on first frame. When I change color of movie clip - by transform.colorTransform and then i wanna star the timeline animation The animation of movie clip is removed.

    I supposed that using of transform class remove every tween ,even tween on timeline. Is possible to cancle removing of animation and keep colorTransform???

    Test fla is in attachment.

    Thanx a lot
    Airie
    Attached Files Attached Files

  2. #2
    Junior Member
    Join Date
    Jan 2010
    Posts
    1
    I'm seeing this same issue - did you happen to find a solution?

  3. #3
    Senior Member cancerinform's Avatar
    Join Date
    Mar 2002
    Location
    press the picture...
    Posts
    13,449
    Convert the graphic inside of the MovieClip to a MovieClip, name it for example _mc and then change the color of _mc. That would work.
    mcr._mc.transform.colorTransform = CT;
    The MovieClip does not seem to move even you eliminate the Tween completely and stays in frame 1. I am not sure the reason for that. Since the timeline moves it appears that the MovieClip is invisible and all you see is an image of the new Object at a certain position in all frames. You probably need to use AS and no frames to get a Tween.
    - The right of the People to create Flash movies shall not be infringed. -

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center