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

  1. ; REVISED ON 10/22 BY CALVIN
  2. ;------------------------------------
  3. ; - Scrapbook 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 ; REVISED ON 10/22
  14.  
  15. Daffy : moveTo bottom of PREVIEWAREA FRAME + -100 -135
  16. Daffy : Show
  17. Daffy: Show5
  18. Daffy: Explain
  19. Daffy : PlayFile "Sounds\ScrapBook\scr4-dd oklistenupmac.wav"
  20. Daffy : LookLeft
  21.  
  22. Bugs : moveTo bottom of PREVIEWAREA FRAME + 80 -135  speed 2
  23. Bugs : Show
  24. Bugs : Show4
  25. Bugs : Explain
  26. Bugs : PlayFile "Sounds\ScrapBook\scr4-bb itskindlikefortknox.wav"
  27. Bugs : Restpose
  28.  
  29. Daffy : Confused
  30. Daffy : PlayFile "Sounds\ScrapBook\scr4-dd nowwhydidntithink.wav"
  31. Daffy : Hide2
  32. Daffy : Hide
  33.  
  34. Bugs : Hide3
  35. Bugs : Hide
  36.  
  37. ;---------------------------------------------------------------------------------------------------------
  38. On Subsequent Enter Workshop ; REVISED ON 10/22
  39.  
  40. Bugs : moveTo bottom of WORKSHOP FRAME + -50 -85  speed 0
  41. Bugs : Show
  42. Bugs : Show2
  43. Bugs : Surprised
  44. Bugs : PlayFile "Sounds\ScrapBook\scr4-bb wow.wav"
  45. Bugs : LookUp
  46. Bugs : PlayFile "Sounds\ScrapBook\scr4-bb whatsinhere.wav"
  47. Bugs : Congratulate
  48. Bugs : PlayFile "Sounds\ScrapBook\scr4-bb heydocbuildvaluabletreasure.wav"
  49.  
  50. Daffy : moveTo bottom of PREVIEWAREA FRAME + 80 -135  speed 2
  51. Daffy : Show
  52. Daffy : Show7
  53. Daffy : LookRight
  54. Daffy : Surprised
  55. Daffy : PlayFile "Sounds\ScrapBook\scr4-dd treasurewhattreasure.wav"
  56. Bugs : GestureLeft
  57. Daffy : Exclaim
  58. Daffy : PlayFile "Sounds\ScrapBook\scr4-dd isawitfirstrabbit.wav"
  59. Daffy : Angry
  60.  
  61. Bugs : Explain
  62. Bugs : PlayFile "Sounds\ScrapBook\scr4-bb seedoccanttrustnobody.wav"
  63. Bugs : Hide2
  64. Bugs : Hide
  65.  
  66. Daffy : PlayFile "Sounds\ScrapBook\scr4-dd mine.wav"
  67. Daffy : Hide4
  68. Daffy : Hide
  69.  
  70. ;---------------------------------------------------------------------------------------------------------
  71. On Nothing 60 seconds
  72. Leo : MoveTo Leo default position speed 0
  73. Leo : Show
  74. Leo : getAttention
  75. Leo : "I bet you're deciding which picture to choose!"
  76. Leo : Pleased
  77. Leo : "Do you ever go to the museum, to see the pictures hanging on the walls?"
  78. Leo : Explain
  79. Leo : "I can spend hours just staring at all that great art."
  80. Leo : Suggest
  81. Leo : "Hey, click on me if you need help!"
  82.  
  83. ;---------------------------------------------------------------------------------------------------------
  84. On Help Request ; DONE ON 10/22
  85.  
  86. Leo:    StopAll                                                    ; LS 1/12/00: Stop agents animation
  87. Daffy:    StopAll
  88. Bugs:    StopAll
  89. Daffy:    Hide
  90. Bugs:    Hide
  91.  
  92. Leo : Show
  93. Leo : moveTo center of APPLICATION FRAME speed 0
  94. Leo : Greet
  95. Leo : "Hey USER FIRST NAME! Do you remember the album on the shelf in the Rabbit Hole?"
  96. Leo : Explain
  97. Leo : "Here's where it leads! This is the secret spot where all projects are kept..."
  98. Leo : Announce
  99. Leo : "This is your Scrapbook!"
  100.  
  101. Leo: MoveTo Right of Workshop control 1006 + 0 -10 speed 0        ; IDC_USER_ALBUM              10205
  102. Leo: GestureRight
  103. Leo: "These are your own Albums."
  104. Leo: Explain
  105. Leo: "When you want to open a project you have made before, get it from here."
  106.  
  107. Leo: MoveTo Left of Workshop control 1006 + 15 -10 speed 0            ; IDC_ALBUMSELECTOR              1006
  108. Leo: GestureLeft                ; IDC_ALBUMSELECTOR           1006
  109. Leo: "You can use different albums to keep your projects organized."
  110. Leo: GestureUp
  111. Leo: "You can create new albums. Just click on File, then New Album on the menu bar."
  112. Leo: Explain
  113. Leo: "To organize your projects, move them from one album to another."
  114. Leo: Surprised
  115. Leo: "Hey! Did you know that?"
  116. Leo: suggest
  117. Leo: "If you want to give an album a new name, click on the old name and type over it!"
  118.  
  119. Leo: MoveTo top of PreviewArea control 1007 + 5 -35 speed 0            ; TRASH
  120. Leo: GetAttention
  121. Leo: GestureDown
  122. Leo: "You can also delete your old projects by moving them to the trash."
  123.  
  124. Leo: moveTo Leo default position speed 0
  125. Leo: Private
  126. Leo: "When you have found the project you like, click the Okay button to continue."
  127. Leo: Restpose
  128.