Public paste
asdfadsf
By: RIK MOLS | Date: Oct 15 2007 10:22 | Format: None | Expires: never | Size: 1.96 KB | Hits: 1320

  1. home.stop();
  2. stop();
  3. home.onRollOver = function() {
  4.         home.gotoAndPlay(2);
  5. };
  6. home.onRollOut = function() {
  7.         home.gotoAndPlay(6);
  8. };
  9. home.stop();
  10. stop();
  11. home.onPress = function() {
  12.         gotoAndStop(15);
  13. };
  14. //////////////////////////////////////////////////
  15. geschiedenis.stop();
  16. stop();
  17. geschiedenis.onRollOver = function() {
  18.         geschiedenis.gotoAndPlay(2);
  19. };
  20. geschiedenis.onRollOut = function() {
  21.         geschiedenis.gotoAndPlay(6);
  22. };
  23. geschiedenis.stop();
  24. stop();
  25. geschiedenis.onPress = function() {
  26.         gotoAndStop(2);
  27. };
  28. //////////////////////////////////////////////////
  29. techniek.stop();
  30. stop();
  31. techniek.onRollOver = function() {
  32.         techniek.gotoAndPlay(2);
  33. };
  34. techniek.onRollOut = function() {
  35.         techniek.gotoAndPlay(6);
  36. };
  37. techniek.stop();
  38. stop();
  39. //////////////////////////////////////////////////
  40. cameraobscura.stop();
  41. stop();
  42. cameraobscura.onRollOver = function() {
  43.         cameraobscura.gotoAndPlay(2);
  44. };
  45. cameraobscura.onRollOut = function() {
  46.         cameraobscura.gotoAndPlay(6);
  47. };
  48. cameraobscura.stop();
  49. stop();
  50. //////////////////////////////////////////////////
  51. entertainment.stop();
  52. stop();
  53. entertainment.onRollOver = function() {
  54.         entertainment.gotoAndPlay(2);
  55. };
  56. entertainment.onRollOut = function() {
  57.         entertainment.gotoAndPlay(6);
  58. };
  59. entertainment.stop();
  60. stop();
  61. //////////////////////////////////////////////////
  62. links.stop();
  63. stop();
  64. links.onRollOver = function() {
  65.         links.gotoAndPlay(2);
  66. };
  67. links.onRollOut = function() {
  68.         links.gotoAndPlay(6);
  69. };
  70. links.stop();
  71. stop();
  72. //////////////////////////////////////////////////
  73. contact.stop();
  74. stop();
  75. contact.onRollOver = function() {
  76.         contact.gotoAndPlay(2);
  77. };
  78. contact.onRollOut = function() {
  79.         contact.gotoAndPlay(6);
  80. };
  81. contact.stop();
  82. stop();
  83. //////////////////////////////////////////////////
  84. fotografie.stop();
  85. stop();
  86. fotografie.onRollOver = function() {
  87.         fotografie.gotoAndPlay(2);
  88. };
  89. fotografie.onRollOut = function() {
  90.         fotografie.gotoAndPlay(6);
  91. };
  92. fotografie.stop();
  93.