Ho un mc che faccio ruotare tramite questo script:
onClipEvent (enterFrame) {
this._rotation += 1;
}
Come faccio a fermare la rotazione quando passo sopra con il mouse?
Grazie.
Ho un mc che faccio ruotare tramite questo script:
onClipEvent (enterFrame) {
this._rotation += 1;
}
Come faccio a fermare la rotazione quando passo sopra con il mouse?
Grazie.