home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Corrida
/
PMGRacing.swf
/
scripts
/
DefineSprite_159
/
frame_8
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-07-07
|
139 b
|
13 lines
if(number < _currentframe)
{
stop();
tellTarget("stat_sound")
{
gotoAndStop("stop");
}
}
else
{
play();
}