home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 January
/
CHIP012004.ISO
/
misc
/
tonline
/
Animation
/
swf
/
installieren1_0.swf
/
scripts
/
frame_7
/
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-01-14
|
252 b
|
15 lines
function var_box_ready(success)
{
if(_root.var_box.loaded == true)
{
gotoAndPlay(13);
}
else
{
trace("error");
}
}
_root.var_box.load("txt/installieren1_0.txt");
_root.var_box.onLoad = var_box_ready;
stop();