Flash Menu AS Help
Flash Menu AS Help
Out of context: Reply #2
- Started
- Last post
- 4 Responses
- cvirus0
newBut.onRollOver = function() {
this.onEnterFrame = function() {
if (this._xscale100) {
this._xscale-=5;
this._yscale-=5;
}
}
}
newBut.onRollOver = function() {
this.onEnterFrame = function() {
if (this._xscale100) {
this._xscale-=5;
this._yscale-=5;
}
}
}