Jump to content
Search Community

Soelen

Members
  • Posts

    8
  • Joined

  • Last visited

Soelen's Achievements

0

Reputation

  1. Sure, it's attached on this post! : Dgreensock.zip
  2. hola, seems like isTweening doesn't work in combination with allTo or allFrom, speaking about animating objects in arrays. if (!TweenMax.isTweening(stages)) { TweenMax.allTo(stages, 2, { x:"400" }); } maybe that was the problem of reduxdj? D: regards soelen
  3. Apologizes for the late answer dear greensock, I really didn't ment to be rude! Thanks for your caring on the forum, working with your tweenlite & co classes makes much more fun! This image shall symbolize how much I appreciate your work, and your help. For now I just started a company, and right now I am not able to get a commercial license for SplitTextField but as soon as there is enough work/clients and stuff, the license will be the next step of course : )
  4. Apologizes, indeed there's several tweens in this demo. I want the same effect like on the tween which is used on the sentence "Who's the boss of your tweens?". I tried to create the same effect, sadly I have no clue how to do it. I made for example a dynamic text field, as a result I got an error message that it cant convert cause I need an Array for it but how am I suppose to insert it in a textfield later? Or maybe I dont need a textfield anyway? I'm confused D:
  5. nono more like this http://www.greensock.com/as/swf/TimelineMax_Demo.swf I just want something simple like this with timelinemax!
  6. Hello there tween community, just asking about how to animate textfields, or something with text in it... for example, I tried the following example which is available on the TimeliteMax website: http://www.greensock.com/as/swf/TimelineMax_Demo.swf I also tried to find some information about that in the forum, with no success D: In addition, I found out that import com.greensock.easing.*; is missing in this demo. : P regards soelen
  7. first let my say thanks a lot for the answer. Indeed the thread which you gave me is helpful and it showed me that I had to search first thourgh this forum about this theme, sorry. Anyway I want to say that I'm a newcomer in tweenlite and I have no idea where should I insert orientToBezier:[["x", "y", "localRotationZ", 0], ["z", "x", "localRotationY", 0], ["z", "y", "localRotationX", 0]] into the code or how. I tried already everything like Tweenmax.orientToBezier... or myobject.orientToBezier... I even edited the core of TweenLite with no success D: can you show me short the way into the right direction? : D thanks in advance!
  8. Hello folks, by using bezierThrough, I realized that the bezierThrough property is not possible to use compined with papervision... well it makes sense because as just one axis we got 3 axis in pv3d haha does anyone have a solution for rotating/oriatating objects by using bezierThrough in pv3d?
×
×
  • Create New...