Jump to content
Search Community

transformAroundCenter as3 plugin

stevedav_ashfield test
Moderator Tag

Recommended Posts

Hi,

 

Very sorry to hear you are having problems.

 

Just to make sure you are importing and activating properly, have you tried the very basic example from the docs?

 

import com.greensock.TweenLite;
import com.greensock.plugins.TweenPlugin; 
import com.greensock.plugins.TransformAroundCenterPlugin; 
TweenPlugin.activate([TransformAroundCenterPlugin]); //activation is permanent in the SWF, so this line only needs to be run once.
TweenLite.to(mc, 1, {transformAroundCenter:{scale:1.5, rotation:150}}); 

Any errors?

 

If you provide a small demo, we will be happy to test it.

 

We'll do our best to get this worked out quickly.

 

Carl

  • Like 1
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...