Jump to content
Search Community

rimacy last won the day on May 12 2012

rimacy had the most liked content!

rimacy

Members
  • Posts

    2
  • Joined

  • Last visited

  • Days Won

    1

rimacy last won the day on May 12 2012

rimacy had the most liked content!

rimacy's Achievements

1

Reputation

  1. Thanks for the push. I started working with the set values and it worked. So I looked at my dynamic values and BANG i was scaling to infinity if no engine was equipped so: if(myDynamic value != Infinity) { tween the H outta that thing() } Thanks again!!
  2. Hi Im doing a simple tween of the scaleY of a movieclip(as3) using tweenlite. The movieclip is a grandchild of the class in which the tween originates. Ishould aslo note that tweenlite is doing other similar scales in this class with no problems. The scale is reflecting a change in weight. The mystery is this: TweenLite.to(asBaseScreen.weightChevron, .5, { scaleY:(totalShipWeight / _model.weightRating) } ); completely removes the movieclip. and this: asBaseScreen.weightChevron.scaleY = totalShipWeight / _model.weightRating; works fine except of course with no tweening, does anyone have any ideas?
×
×
  • Create New...