Jump to content
Search Community

Frank

Business
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Frank

  1. That's fantastic, it works like a charm, many thanks! I noticed in your code there's both 'tweenlite' and 'tweenmax'. I replaced tweenmax with tweenlite and it still works fine - so I guess that's a way to shave some kilobytes off the filesize.
  2. Thanks! I plotted the lines using LinePath2D, but couldn't figure out how to tween the points. It would be great if you could provide an example, or a line of code for the tween to get me started... Here's an example of the effect I'm trying to achieve (but this example is with shapes): http://www.motiondraw.com/blog/?p=51
  3. Thanks very much for the quick reply, it works and looks great. What I would like to achieve but haven't been able to is tween line X into line Y, so tweening from one array of points to another. I don't know if this is possible?
  4. Hi, I would like to tween shapes and copied and pasted the code from greensock's last post. Unfortunately it gives the following error. Thanks for your help. Frank ReferenceError: Error #1069: Property progress not found on com.greensock.TimelineLite and there is no default value. at com.greensock::TweenLite/com.greensock:TweenLite::init()[...\com\greensock\TweenLite.as:372] at com.greensock::TweenLite/renderTime()[...\com\greensock\TweenLite.as:446] at com.greensock.core::SimpleTimeline/renderTime()[...\com\greensock\core\SimpleTimeline.as:77] at com.greensock::TweenLite$/com.greensock:TweenLite::updateAll()[...\com\greensock\TweenLite.as:629]
×
×
  • Create New...