Ed ora ho un altro problema... Non è proprio un probelma... Anzi sì...

codice:
       | [...]
       | 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
       |   }
       | }
this.notificaInterval() is not a function alla riga X