Pulsante:
Movieclip:codice:on (press) { _root.sopra = 1; } on (release) { _root.sopra = 0; }
codice:onClipEvent (load) { this._y = 100; } onClipEvent (enterFrame) { if (_root.sopra and this._y<200) { this._y++; } }
Pulsante:
Movieclip:codice:on (press) { _root.sopra = 1; } on (release) { _root.sopra = 0; }
codice:onClipEvent (load) { this._y = 100; } onClipEvent (enterFrame) { if (_root.sopra and this._y<200) { this._y++; } }