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

  1. b01s = new Sound();
  2. b01s.attachSound("B01");
  3. b01s.start();
  4. b01s.onSoundComplete = function()
  5. {
  6.    _root.b01.gotoAndPlay(21);
  7. };
  8.