Jump to content
Search Community

aholla

Members
  • Posts

    4
  • Joined

  • Last visited

aholla's Achievements

1

Reputation

  1. Hi Carl, thanks for the fast reply and yeah I've been using TweenMax for some years, thanks for all your hard work! I think I will go with the "to" method as it seems the most flexible. Thanks!
  2. Hi, I would like start multiple tweens at the same time with different delays. In the past I used "append" or "insert" with something like: timeline.appendMultiple([ TweenLite.from(bar1, 1, {scaleY:0, delay 0.1}), TweenLite.from(bar2, 1, {scaleY:0, delay:0.3}), TweenLite.from(bar3, 1, {scaleY:0, delay 0.7}), ], 0, TweenAlign.NORMAL, 0); or: timeline.insert( TweenLite.from(bar1, 1, {scaleY:0}), 0.1 ); timeline.insert( TweenLite.from(bar2, 1, {scaleY:0}), 0.3 ); timeline.insert( TweenLite.from(bar3, 1, {scaleY:0}), 0.7 ); But neither of these are documented so I guess there is a "proper" way to do it. How would I achieve the above using the preferred way? Thanks, Adam
  3. Hi sorry I forgot to reply to this, busy friday! What was happening was I was testing the HTML locally and therefore it was not working. Work fine from a server but not when trying to load the files from a local dir. I guess it's a permissions thing. Sorry, it's all fine now. Thanks!
  4. Hi, I cant get loader max to work in Chrome on a PC. the native flash player (version build into chrome) is 11.5.31.2. If it change the plugin to the latest from adobe it works. It also works on a mac. Does anyone have a solution for this?
×
×
  • Create New...