home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / tall-ships.swf / scripts / frame_4 / DoAction.as
Encoding:
Text File  |  2005-09-29  |  268 b   |  15 lines

  1. stop();
  2. _quality = "HIGH";
  3. detailToggle_mc._visible = false;
  4. soundToggle_mc._visible = false;
  5. btnNext_mc.onRelease = function()
  6. {
  7.    gotoAndStop("slideShow1");
  8.    play();
  9. };
  10. btnBack_mc.onRelease = function()
  11. {
  12.    gotoAndStop("selectBoat");
  13.    play();
  14. };
  15.