Jump to content
Search Community

rob_jpcreative

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by rob_jpcreative

  1. Recently upgraded to club membership to get TransformAroundPointPlugin. I've implemented this AS2 code:

     

    import com.greensock.*;
    import com.greensock.easing.*;
    import com.greensock.plugins.TransformAroundPointPlugin;
    TweenPlugin.activate([TransformAroundPointPlugin]);
    import flash.geom.Point;
    
    TweenMax.to(mc_spin, 1, {transformAroundPoint:{point:new Point(10,17), _rotation:10}, _alpha:100 });
    
    

     

    mc_spin doesn't rotate it just fades in... I don't get any error messages. No idea what I'm doing wrong :?:

×
×
  • Create New...