home *** CD-ROM | disk | FTP | other *** search
/ Japan Image Selection - A Visual Education Tool / JapanImageSelect.iso / pc / html / show / slideshow01.swf / scripts / DefineButton2_105 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2004-03-05  |  95 b   |  6 lines

  1. on(release){
  2.    stopAllSounds();
  3.    image.gotoAndStop("s1");
  4.    bt_play.gotoAndStop(3);
  5. }
  6.