Jump to content
Search Community

looping a tween

WhiteDesign test
Moderator Tag

Recommended Posts

Hello! Another question!!!

 

I'm trying to create a looping TweenProxy3D. Is that possible?

The tween works brilliantly but it won't loop!

 

Thanks!!!!

Louisa

 

import com.greensock.*;
import gs.utils.TweenProxy3D;
import flash.geom.*;

var tp:TweenProxy3D = new TweenProxy3D(mc);
tp.registration = new Vector3D(250, 100, 0);
TweenLite.to(tp, 5, {rotationX:360, loop:0});

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...