Ed ora ho un altro problema... Non è proprio un probelma... Anzi sì...
this.notificaInterval() is not a function alla riga Xcodice:| [...] | nomeOggetto.prototype = | { | creaOggetto: function([...]) { | | [...] | | this.oggettoUno.onmousedown = function() | { | this.oggettoUno.genitore.notificaValoreVariabile; | } | altroOggetto.appendChild(oggettoUno); | }, | notificaValoreVariabile = function() | { riga X | this.timer = setInterval("this.notificaInterval()", 25); | }, | notificaInterval = function() | { | // bla bla bla | } | }
![]()

Rispondi quotando