home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Aventura
/
dexter.swf
/
scripts
/
frame_3
/
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
|
2003-10-24
|
180 b
|
12 lines
ifFrameLoaded(_totalframes)
{
if(getProperty("blu", _currentframe) == "1")
{
tellTarget("blu")
{
gotoAndPlay(2);
}
stop();
}
}