Guest User

Untitled

a guest
Jun 21st, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. stop()
  2. pictures.onRelease = function( ) {
  3. content.gotoAndStop(3)
  4. content._visible = true
  5. pongLoad.unloadMovie("pong.swf")
  6. } // end pictures.onRelease
  7.  
  8.  
  9. home.onRelease = function( ) {
  10. content.gotoAndStop(1)
  11. content._visible = true
  12. pongLoad.unloadMovie("pong.swf")
  13. } // end pictures.onRelease
  14.  
  15.  
  16. about.onRelease = function( ) {
  17. content.gotoAndStop(2)
  18. content._visible = true
  19. pongLoad.unloadMovie("pong.swf")
  20.  
  21. } // end pictures.onRelease
  22.  
  23. movieclips.onRelease = function( ) {
  24. content.gotoAndStop(4)
  25. content._visible = true
  26. pongLoad.unloadMovie("pong.swf")
  27.  
  28. } // end pictures.onRelease
  29.  
  30. pong.onRelease = function( ) {
  31. content.gotoAndStop(5)
  32. pongLoad.unloadMovie("pong.swf")
  33. content._visible = true
  34. } // end pictures.onRelease
  35.  
  36. links.onRelease = function( ) {
  37. content.gotoAndStop(6)
  38. content._visible = true
  39. pongLoad.unloadMovie("pong.swf")
  40. } // end pictures.onRelease
  41.  
  42. pong.onRelease = function( ) {
  43. _root.createEmptyMovieClip("pongLoad", 101)
  44. pongLoad.loadMovie("pong.swf")
  45. pongLoad._x = 50
  46. pongLoad._y = 200
  47. content._visible = false
  48. } // end pong.onRelease
Add Comment
Please, Sign In to add comment