Benjamin Herholz | [EMAIL PROTECTED] wrote:
you dont change the height via the height property of the scrollRect.
you just set a new rectangle with your desired values.

var rect:Rectangle = new flash.geom.Rectangle(475,41,your new width,your new height);
mainMenu.scrollRect = rect;

gr,
~~~~~~~~~~~~~~~~~~~~~~~~~
Benjamin Herholz | Code

www.dawn2.com
Hamburg - Copenhagen
m: +49 (0) 160 96670732
~~~~~~~~~~~~~~~~~~~~~~~~~

ah, so could I animate it with the built in tweening classes? Probably not would 
be my guess :<
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to