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

  1. if(1 >= cicloriga)
  2. {
  3.    gotoAndPlay(90);
  4. }
  5. if(contabonus < cicloriga - 2)
  6. {
  7.    puntix += 10 * contabonus;
  8.    contabonus++;
  9.    j = 0;
  10.    while(j < maxcol)
  11.    {
  12.       Matimage(contabonus,j,8);
  13.       j++;
  14.    }
  15. }
  16. else
  17. {
  18.    ccbonus = 1;
  19. }
  20.