esempio:
Codice PHP:
_root.pulsante1.onRollOver = function() {
this.funzione(this._x, this._y, 0, 140, 140, 10);
};
_root.pulsante1.onRollOut = function() {
this.funzione(this._x, this._y, 0, 100, 100, 10);
};
_root.pulsante1.onRelease = function() {
_root.back.funzione(190, 30, 0, 100, 100, 10);
};