Jump to content
Search Community

kotaro

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by kotaro

  1. oooh thank you, trying to overwrite point for a long time. Thank you for the quick response
  2. Hi, I have a question about use of transformAroundPoint with overwrite. When I write OverwriteManager.init(); TweenLite.to(testMovie,1,{transformAroundPoint:{point:new Point(0,0)}}); and then try to overwrite it with, TweenLite.to(testMovie,1,{point:new Point(80,80),overwrite:2}); this seems like not working. Does overwrite not work on point() for transformAroundPoint? If overwrite doesn't work on transformAroundPoint, is there any alternative way to do the same thing? Thank you,
×
×
  • Create New...