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

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