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

  1. ; REVISED ON 10/22 BY CALVIN;  REVISED ON 01/12/00
  2. ; ------------------------------------
  3. ; - Share 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 ; REVIEW on 10/22
  14. ;
  15. Leo: MoveTo center of Workshop control 110 + 25 -110 speed 0                    ; between Print and Save icons
  16. Leo: Show
  17. Leo: Greet
  18. Leo: "So, USER FIRST NAME, what should we do with your project?"
  19. Leo: GestureDown                            ; towards print icon
  20. Leo: "Print it?"
  21. Leo: GestureUp                            ; towards save icon
  22. Leo: "Take it with you?"
  23. ;
  24. Leo: MoveTo center of Workshop control 106 + 60 -50 speed 1                    ; between Upload and Email icons
  25. Leo: GestureUp                            ; towards Upload icon
  26. Leo: "Upload it?"
  27. Leo: GestureRight                        ; towards Email icon
  28. Leo: "Email it?"
  29.  
  30. Leo: MoveTo Leo default position speed 0.5               
  31.  
  32. ;---------------------------------------------------------------------------------------------------------
  33. On Subsequent Enter Workshop  ; REVISED ON 10/22
  34.  
  35. Daffy: MoveTo center of Workshop control 102 + 100 -25 speed 0        ; between Upload and Fridge icons
  36. Daffy: Show
  37. Daffy: Show7
  38. Daffy: Congratulate
  39. Daffy: PlayFile "Sounds\Share\Scr23-DD DaffyDuckStarOfStage.wav"
  40.  
  41. Bugs: MoveTo right of workshop control 106 + 0 -13 speed 0        ; between mailbox and printer icons
  42. Bugs: Show
  43. Bugs: Show3
  44. Daffy: LookDown
  45. Bugs: suggest
  46. Bugs: PlayFile "Sounds\Share\Scr23-BB PardonMeDaffy.wav"
  47.  
  48. Daffy: Threaten
  49. Daffy: PlayFile "Sounds\Share\Scr23-DD ButtOutRabbit.wav"
  50.  
  51. Bugs: Hide3
  52. Daffy: Hide4
  53. Bugs: Hide
  54. Daffy: Hide
  55.  
  56. ;---------------------------------------------------------------------------------------------------------
  57. On Nothing 60 seconds; REVISED ON 01/12/00
  58. Leo: MoveTo Leo default position speed 0
  59. Leo: Show
  60. Leo: GetAttention
  61. Leo: "I'll be down here, but if you need me, just double-click me."
  62. Leo: Restpose
  63. ;
  64. ;---------------------------------------------------------------------------------------------------------
  65. On Help Request  ; REVISED ON 10/22
  66.  
  67. Leo:    StopAll                                                    ; LS 1/12/00: Stop agents animation
  68. Daffy:    StopAll
  69. Bugs:    StopAll
  70. Daffy:    Hide
  71. Bugs:    Hide
  72.  
  73. Leo: MoveTo center of Workshop control 110 + 25 -110 speed 0                    ; between Print and Save icons
  74. Leo: Show
  75. Leo: Greet
  76. Leo: "Hi! This screen lets you decide how to share your masterpiece!"
  77. Leo: GestureDown                                ; towards print icon
  78. Leo: "From here we can print it..."
  79. Leo: GestureUp                                ; towards save icon
  80. Leo: "or save it on a disk for you to take away."
  81.  
  82. Leo: MoveTo center of Workshop control 106 + 60 -50 speed 1                    ; between Upload and Email icons
  83. Leo: Private
  84. Leo: "If you were working on a project to send to a friend by email..."
  85. Leo: GestureRight                            ; towards Email icon
  86. Leo: "click here."
  87. Leo: GestureUp                                    ; towards Upload icon
  88. Leo: "And if you want to post your masterpiece on the Internet, click up here."
  89.  
  90. Leo: MoveTo Leo default position speed 0.5    
  91.  
  92. Leo: Warn
  93. Leo: "But if you're going to use the Internet, let your parents know first!"
  94. Leo: Restpose
  95.