home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / files / 1.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2006-09-20  |  658 b   |  37 lines

  1. stop();
  2. wifo_btn.onRelease = function()
  3. {
  4.    _root.gotoPage(3,true);
  5.    _quality = "LOW";
  6. };
  7. handy_btn.onRelease = function()
  8. {
  9.    _root.gotoPage(17,true);
  10.    _quality = "LOW";
  11. };
  12. gaming_btn.onRelease = function()
  13. {
  14.    _root.gotoPage(35,true);
  15.    _quality = "LOW";
  16. };
  17. business_btn.onRelease = function()
  18. {
  19.    _root.gotoPage(85,true);
  20.    _quality = "LOW";
  21. };
  22. linux_btn.onRelease = function()
  23. {
  24.    _root.gotoPage(123,true);
  25.    _quality = "LOW";
  26. };
  27. mac_btn.onRelease = function()
  28. {
  29.    _root.gotoPage(161,true);
  30.    _quality = "LOW";
  31. };
  32. special_btn.onRelease = function()
  33. {
  34.    _root.gotoPage(187,true);
  35.    _quality = "LOW";
  36. };
  37.