home *** CD-ROM | disk | FTP | other *** search
/ Japan Image Selection - A Visual Education Tool / JapanImageSelect.iso / pc / html / show / slideshow02.swf / scripts / DefineSprite_77 / frame_1859 / DoAction.as
Encoding:
Text File  |  2004-03-05  |  94 b   |  10 lines

  1. if(x == 1)
  2. {
  3.    play();
  4. }
  5. if(x == 0)
  6. {
  7.    _root.bt_play.gotoAndStop(2);
  8.    stop();
  9. }
  10.