Ciao!
Ho creato questa funzione su un keyframe...
this.onEnterFrame = function () {
trace("ciao a tutti")
}
come faccio a disattivarla?
Una volta l'ho visto fare... ma non ricordo +
Grazie
Ciao!
Ho creato questa funzione su un keyframe...
this.onEnterFrame = function () {
trace("ciao a tutti")
}
come faccio a disattivarla?
Una volta l'ho visto fare... ma non ricordo +
Grazie
http://www.fondali.it
this.onEnterFrame = null;
ciao:tongue: