home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 May
/
Chip_2003-05_cd1.bin
/
oddech
/
flashgame
/
veonix.swf
/
scripts
/
frame_55
/
DoAction.as
Wrap
Text File
|
2003-03-14
|
248b
|
9 lines
punti = puntix;
punteggio += punti;
if(punti != 0)
{
setProperty(scrittapunti2, _X, sfasoriz + posx + (Math.floor(maxcol / 2) - 1) * larg);
setProperty(scrittapunti2, _Y, sfasvert + posy + cicloriga * alt);
scrittapunti2.play();
}