home *** CD-ROM | disk | FTP | other *** search
/ Japan Image Selection - A Visual Education Tool / JapanImageSelect.iso / pc / html / flash / japanese.swf / scripts / DefineSprite_193 / frame_7 / DoAction.as
Encoding:
Text File  |  2004-03-05  |  144 b   |  8 lines

  1. d09s = new Sound();
  2. d09s.attachSound("D09");
  3. d09s.start();
  4. d09s.onSoundComplete = function()
  5. {
  6.    _root.a01.a01_item.gotoAndPlay(10);
  7. };
  8.