home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 December / PCWELT_12_2006.ISO / files / 1.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2006-10-17  |  190 b   |  12 lines

  1. stop();
  2. linux_btn.onRelease = function()
  3. {
  4.    _root.gotoPage(3,true);
  5.    _quality = "LOW";
  6. };
  7. mac_btn.onRelease = function()
  8. {
  9.    _root.gotoPage(33,true);
  10.    _quality = "LOW";
  11. };
  12.