home *** CD-ROM | disk | FTP | other *** search
/ Looney Tunes Photo Fun / LooneyTunesPhotoFun.iso / data1.cab / Scripts / Painting.msa < prev    next >
Text File  |  2000-03-21  |  3KB  |  117 lines

  1. ;  REVISED BY CHRIS ON 10/13 -- DONE ON 10/22
  2. ; ------------------------------------
  3. ; - Painting Workshop Script -
  4. ; ------------------------------------
  5. ;
  6. ; For details about the actions of the agent(s),
  7. ; please see "Agent Scripts" document
  8. ;
  9. ; Localization: only strings (between quotes) have to be localized
  10. ;                upper case words in strings are keywords and must'nt be localized
  11. ;
  12. ;------------------------------------------------------------------------------------------------------
  13. On First Enter Workshop ; DONE ON 10/10
  14.  
  15. Bugs: MoveTo top of previewarea control 1007 + 0 -35 speed 0            ; Trash button    1007
  16. Bugs: Show
  17. Bugs: Show2
  18. Bugs: GetAttention
  19. Bugs: PlayFile "Sounds\Painting\Scr18-BB HelloGenius.wav"
  20.  
  21. Daffy: MoveTo top of previewarea control 1003 + -20 -35 speed 0            ; Redo button    1003
  22. Daffy: Show
  23. Daffy: Show1
  24. Bugs: LookLeft
  25. Daffy: Pleased
  26. Daffy: Congratulate
  27. Daffy: PlayFile "Sounds\Painting\Scr18-DD SomebodySayGenius.wav"
  28. Daffy: LookRight
  29.  
  30. Bugs: Greet
  31. Bugs: PlayFile "Sounds\Painting\Scr18-BB YeahGuessWillDo.wav"
  32.  
  33. Daffy: Exclaim
  34. Daffy: PlayFile "Sounds\Painting\Scr18-DD ImAnArtist.wav"
  35. Bugs: GestureLeft
  36. Daffy: Angry
  37. Daffy: PlayFile "Sounds\Painting\Scr18-DD IfYouWantAPainter.wav"
  38. Bugs: Restpose
  39. Daffy: Hide5
  40.  
  41. Bugs: LooksExasperated
  42. Bugs: PlayFile "Sounds\Painting\Scr18-BB OhBrother.wav"
  43.  
  44. Bugs: Hide3
  45. Daffy: Hide
  46. Bugs: Hide
  47.  
  48. ;------------------------------------------------------------------------------------------------------
  49. On Subsequent Enter Workshop  ; DONE ON 10/10
  50.  
  51. Bugs: MoveTo bottom of PREVIEWAREA FRAME + 0 -85  speed 0
  52. Bugs: Show
  53. Bugs: Show4
  54. Bugs: GestureRight
  55. Bugs: PlayFile "Sounds\Painting\Scr18-BB AndIThoughtBored.wav"
  56. Bugs: Hide4
  57. Bugs: Hide
  58.  
  59. ;------------------------------------------------------------------------------------------------------
  60. On Nothing 60 seconds ; DONE ON 10/10
  61.  
  62. Leo: MoveTo Leo default position speed 0
  63. Leo: Show
  64. Leo: GetAttention
  65. Leo: "Hi! Did you go to get something to eat?"
  66. Leo: Private
  67. Leo: "If you're hungry, I have snacks!"
  68. Leo: LookDown
  69. Leo: Surprised
  70. Leo: "Oops! I ate them already!"
  71. Leo: Suggest
  72. Leo: "Just double-click me if you want some help!"
  73. Leo: Restpose
  74.  
  75. ;------------------------------------------------------------------------------------------------------
  76. On Help Request  ; DONE ON 10/22
  77.  
  78. Leo:    StopAll                                                    ; LS 1/12/00: Stop agents animation
  79. Daffy:    StopAll
  80. Bugs:    StopAll
  81. Daffy:    Hide
  82. Bugs:    Hide
  83.  
  84. Leo: MoveTo Leo default position speed 0
  85. Leo: Show
  86. Leo: GetAttention
  87. Leo: "This is a really fun workshop!"
  88. Leo: GestureUp
  89. Leo: "Pick a tool here..."
  90.  
  91. Leo: MoveTo center of PREVIEWAREA frame  speed 0.5
  92. Leo: Explain
  93. Leo: "And paint here!"
  94.  
  95. Leo: MoveTo bottom of Workshop Control 205 + 70 -40 speed 0.5
  96. Leo: GestureRight
  97. Leo: "Try the lipstick"
  98.  
  99. Leo: MoveTo right of Workshop Control 207 + 50 0 speed 0.5
  100. Leo: GestureRight
  101. Leo: "or the Paint Blaster!"
  102.  
  103. Leo: MoveTo left of Workshop Control 204 + 60 -70 speed 0.5
  104. Leo: Surprised
  105. Leo: "Don't miss the Pattern Hose!"
  106. Leo: GestureDown
  107. Leo: "Here!"
  108.  
  109. Leo: MoveTo bottom of Workshop Control 204 + 30 +70 speed 0.5       ; Obliterator button
  110. Leo: GestureRight
  111. Leo: "If you want to erase permanently what you've just painted, click the Obliterator, here!"
  112.  
  113. Leo: MoveTo Leo default position speed 0.5
  114. Leo: Acknowledge
  115. Leo: "Go ahead and have fun!" 
  116. Leo: Restpose
  117.