home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / mahjjong.swf / scripts / DefineSprite_189_backMenu / frame_1 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  1.5 KB  |  91 lines

  1. t1.onRelease = function()
  2. {
  3.    _root.click.start();
  4.    _root.changeBack(1);
  5. };
  6. t2.onRelease = function()
  7. {
  8.    _root.click.start();
  9.    _root.changeBack(2);
  10. };
  11. t3.onRelease = function()
  12. {
  13.    _root.click.start();
  14.    _root.changeBack(3);
  15. };
  16. t4.onRelease = function()
  17. {
  18.    _root.click.start();
  19.    _root.changeBack(4);
  20. };
  21. t5.onRelease = function()
  22. {
  23.    _root.click.start();
  24.    _root.changeBack(5);
  25. };
  26. t6.onRelease = function()
  27. {
  28.    _root.click.start();
  29.    _root.changeBack(6);
  30. };
  31. t7.onRelease = function()
  32. {
  33.    _root.click.start();
  34.    _root.changeBack(7);
  35. };
  36. t8.onRelease = function()
  37. {
  38.    _root.click.start();
  39.    _root.changeBack(8);
  40. };
  41. t9.onRelease = function()
  42. {
  43.    _root.click.start();
  44.    _root.changeBack(9);
  45. };
  46. t10.onRelease = function()
  47. {
  48.    _root.click.start();
  49.    _root.changeBack(10);
  50. };
  51. t11.onRelease = function()
  52. {
  53.    _root.click.start();
  54.    _root.changeBack(11);
  55. };
  56. t12.onRelease = function()
  57. {
  58.    _root.click.start();
  59.    _root.changeBack(12);
  60. };
  61. t13.onRelease = function()
  62. {
  63.    _root.click.start();
  64.    _root.changeBack(13);
  65. };
  66. t14.onRelease = function()
  67. {
  68.    _root.click.start();
  69.    _root.changeBack(14);
  70. };
  71. t15.onRelease = function()
  72. {
  73.    _root.click.start();
  74.    _root.changeBack(15);
  75. };
  76. t16.onRelease = function()
  77. {
  78.    _root.click.start();
  79.    _root.changeBack(16);
  80. };
  81. t17.onRelease = function()
  82. {
  83.    _root.click.start();
  84.    _root.changeBack(17);
  85. };
  86. done.onRelease = function()
  87. {
  88.    _root.click.start();
  89.    _root.bM.removeMovieClip();
  90. };
  91.