Thread: Flash CS3 e PHP
View Single Post

  #6 (permalink)  
Old 22-10-07, 19:53
nootropic.kint nootropic.kint is offline
Senior Member
 
Join Date: Jan 1970
Posts: 130
Rep Power: 39
nootropic.kint is on a distinguished road
Re: Flash CS3 e PHP

perchè

togliAlert():void {
timer=new Timer(2000,1);
timer.addEventListener('timer',cancella);
timer.start();
}

?
e perchè non subito cancella?
Reply With Quote