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

  1. e06s = new Sound();
  2. e06s.attachSound("E06");
  3. e06s.start();
  4. e06s.onSoundComplete = function()
  5. {
  6.    _root.c01.c01_item.gotoAndPlay(10);
  7. };
  8.