A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Scaling in AS2 Code

  1. #1
    Member
    Join Date
    Jul 2008
    Location
    Manhattan, New York City. (New York City??)
    Posts
    38

    Scaling in AS2 Code

    I am trying to scale a small MovieClip in AS2

    If I have a small The code is drawn on the stage in code,

    I want to scale the shape to be longer, but not wider? _yScale

    and I want it to scale from the top .. not the middle..

    I have it easing it.. but I want it to scale down once it comes in..

    PHP Code:
        var yTween:Tween = new Tween(mcBigBottle4,"_x",Regular.easeIn,275,10,40);
        var 
    yTween:Tween = new Tween(mcBigBottle4,"_y",Regular.easeIn,167,167,40); 

  2. #2
    Developing For Dunkets mneil's Avatar
    Join Date
    Mar 2007
    Location
    Lincoln City
    Posts
    2,156
    A little clearer!? 2 posts in a row I've been confused on. Maybe it's just me. You've got these two tweens and something is wrong with them? And then when they're done you want to do another tween to scale it which way?
    http://code.mneilsworld.com/
    Text Effects | Bubbles | Dynamic Resize
    4 weeks , 20 papers ... thats 2 dollars .....Caassshhh!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center