home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / Chip_2003-05_cd1.bin / oddech / flashgame / veonix.swf / scripts / frame_55 / DoAction.as
Text File  |  2003-03-14  |  248b  |  9 lines

  1. punti = puntix;
  2. punteggio += punti;
  3. if(punti != 0)
  4. {
  5.    setProperty(scrittapunti2, _X, sfasoriz + posx + (Math.floor(maxcol / 2) - 1) * larg);
  6.    setProperty(scrittapunti2, _Y, sfasvert + posy + cicloriga * alt);
  7.    scrittapunti2.play();
  8. }
  9.