Jump to content
Search Community

MakotoNinja

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by MakotoNinja

  1. I didn't receive your reply, could you send it again if there is anything in the message I need to read? I am using 11.2, just purchased the "really green" club membership a little while ago. The jitter is very slight but it exists; maybe if you could email me the compiled SWF and so that I can compare the two.
  2. I've sent you off the file to your email, hopefully your spam filters didn't get rid of it. I appreciate your help on this.
  3. Yes, the items being tweened are just small filled triangles, the onUpdate is just one line adding to a value and there are no filters.
  4. If at all possible, can I email the file directly? I can strip down the file a bit, but to have the problem remain, I'll have to leave in some code I don't really want public.
  5. I am making a game in which enemies strut down a path. At each turn in the path I have a movieclip that sets up a tweenMax instance on the enemy clip when the enemy clip makes contact with it. I am using 'shortestRotation' and 'transformAroundPount' on these tweenMax instances and they basically rotate the enemy clip 90 degrees in the appropriate direction. This all works fine and dandy until I go to the 'choose level' screen which basically turns the level container movieclip's visibility to false and the 'choose level' movieclip's visibility to true. Once you select a new level from the chooser, a function nullifies all the arrays and variables populated by the last level and loads the appropriate level into the level container. Now it seems that the Tweens in each subsequent level that is loaded jitter or are jerky at the beginning and end of the tweens. Here is the code I'm using for each tween instance. TweenMax.to(baddie, tweenSpeed, { ease:Linear.easeNone, useFrames:true, overwrite:5, immediateRender:true, onUpdate:addRotToDistanceTraveled, onUpdateParams:[baddie, baddie.rotation], onComplete:resume, onCompleteParams:[baddie], shortRotation:{rotation:rot}, transformAroundPoint:{ point:rPoint, scaleX:1, scaleY:1 } });
  6. I was wondering if anyone could tell me if the plug-ins "Short Rotation" and "Dynamic Properties" can be used together in a tween instance?
×
×
  • Create New...