kirupaForum
>
Flash
>
ActionScript 2 (and Earlier)
> [as] for resizing a mc on (rollOver)?
PDA
View Full Version :
[as] for resizing a mc on (rollOver)?
minimalistik
December 17th, 2003, 02:01 AM
is there some [code] which resizes a mc (length and width) when you rollover/mouseover it?
norie
December 17th, 2003, 02:17 AM
on(rollOver){
this._width = 100;
this._height = 100;
}
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.