flash (efficency) help
flash (efficency) help
Out of context: Reply #1
- Started
- Last post
- 3 Responses
- gabe0
onClipEvent(load) {
this.onRollOver = function() {
this._width = 150;
this._height = 150;
};
this.onRollOut = function() {
this._width = 100;
this._height = 100;
};
}right click your MC and paste these actions.
replace width/height values with the sizes you want your MC to resize to when you roll over/out the clip.