Jump to content
Search Community

kumar1984

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by kumar1984

  1. I am facing same issue here. Did you get any solution for this unable to attach my FLA because not seeing any attach link but i can give you the steps.

     

    1) import around 5 images and put it vertically.

    2) make all the 5 image as moviclip name it "reel".

    3) put the reel moviclip top of the stage

    4) past the below code on the time line

     

    below is my code:

     

    import com.greensock.TweenLite;
    import com.greensock.plugins.*; 
    TweenPlugin.activate([TransformMatrixPlugin]); 
    TweenLite.to(reel, 22, {transformMatrix:{y:-4.5}}); 
     
     
    you will see that image is vibrating and some time one line is appearing for a while. Please see and let me know where I am wrong in it. 
×
×
  • Create New...