home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Japan Image Selection - A Visual Education Tool
/
JapanImageSelect.iso
/
pc
/
html
/
flash
/
japanese.swf
/
scripts
/
DefineSprite_482
/
frame_11
/
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
|
2004-03-05
|
135 b
|
8 lines
c01s = new Sound();
c01s.attachSound("C01");
c01s.start();
c01s.onSoundComplete = function()
{
_root.c01.gotoAndPlay(21);
};