flash _width question

  • Started
  • Last post
  • 1 Response
  • qruise

    lets say i have a rectangle on my stage, and its 200 pixels. in Actionscript, i change the _width of the rectangle to 300 pixels.

    ok, it works, but it resizes the box from the "center" of it.. but i want it from its left-edge. i only want the width to grow to the right of the box, not from the center and outwards. is there any way to do this? it also needs to work using the Tween class.. because it slowly expands to its new size, but it expands from the center out..i

  • PonyBoy0

    the movie clip needs to be justified to the left then...

    ... you have to edit the guts of the mc (which I bet is just vector art - a rectangle)...

    ... and justify it on the stage (that lil 'x')...