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

  1. ; DONE ON 10/03 - REVISED ON 10/10 (no moves)-- REVISED BY CHRIS ON 10/13
  2. ; ------------------------------------
  3. ; - InRoomBrowse 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/03 - REVISED ON 10/10 (no moves)
  14.  
  15. Leo: MoveTo Leo default position speed 0
  16. Leo: Show
  17. Leo: Greet
  18. Leo: "Hey USER FIRST NAME! Looking for a photo on your computer?"
  19.  
  20. Leo: MoveTo bottom of Workshop control 1003 + 20 60 speed 0                ; PARENT FOLDER
  21. Leo: GestureUp
  22. Leo: "Use the arrow here to scroll through your computer folders."
  23.  
  24. Leo: MoveTo right of Workshop control 1004 + 0 -10  speed 0                    ; FOLDER SELECTOR
  25. Leo: GestureRight
  26. Leo: "Click any folder to see the photos inside."
  27.  
  28. Leo: MoveTo center of Workshop Control 1005 speed 0
  29. Leo: "Then select here a photo you like."
  30.  
  31. Leo: MoveTo left of Workshop Control 201 + -50 0 speed 0
  32. Leo: GestureLeft
  33. Leo: "You can click this preview button to see a larger version of your photo."
  34.  
  35. Leo: MoveTo right of Workshop Control 201 + 50 0 speed 0
  36. Leo: GestureRight
  37. Leo: "and click it again to switch back to the Photo Room."
  38.  
  39. Leo: MoveTo Leo default position speed 0       
  40. Leo: Pleased
  41. Leo: "Don't forget I'm here if you need help!"
  42. Leo: Restpose
  43.  
  44. ;---------------------------------------------------------------------------------------------------------
  45. On Subsequent Enter Workshop ; REVISED ON 9/29
  46.  
  47. Daffy: MoveTo left of Workshop Control 201 + 130 -50 speed 0                       ; View button
  48. Daffy: Show
  49. Daffy: Show5
  50. Daffy: Announce
  51. Daffy: PlayFile "Sounds\InRoomBrowse\Scr12-DD HeyMacPictureSeason.wav"
  52. Daffy: Exclaim
  53. Daffy: PlayFile "Sounds\InRoomBrowse\Scr12-DD GoAheardSearch.wav"
  54. Daffy: Acknowledge
  55. Daffy: PlayFile "Sounds\InRoomBrowse\Scr12-DD CatchAllThePhotos.wav"
  56. Daffy: Hide4
  57. Daffy: Hide
  58.  
  59. ;---------------------------------------------------------------------------------------------------------
  60. On Nothing 60 seconds ; DONE ON 10/03
  61.  
  62. Leo: MoveTo Leo default position speed 0               
  63. Leo: Show
  64. Leo: GetAttention
  65. Leo: "How many fingers do you have USER FIRST NAME?"
  66. Leo: Greet
  67. Leo: "I have three."
  68. Leo: Acknowledge
  69. Leo: "Not counting my thumb!"
  70. Leo: Pleased
  71. Leo: "If you're not sure what you should do, double-click me for help."
  72. Leo: Restpose
  73.  
  74. ;---------------------------------------------------------------------------------------------------------
  75. On Help Request ; DONE ON 10/03
  76.  
  77. Leo:    StopAll                                                    ; LS 1/12/00: Stop agents animation
  78. Daffy:    StopAll
  79. Bugs:    StopAll
  80. Daffy:    Hide
  81. Bugs:    Hide
  82.  
  83. Leo: MoveTo right of Workshop Control 10201 speed 0                 ; Computer
  84. Leo: Show
  85. Leo: Announce
  86. Leo: "Hey USER FIRST NAME, you're doing great!"
  87. Leo: GestureAt left of Workshop control 10201
  88. Leo: "Let's search for photos stored on your computer."
  89. Leo: ChangeColorRed
  90. Leo: "I'm good at finding things with this built-in flash light!"
  91.  
  92. Leo: MoveTo bottom of Workshop control 1003 + 20 60 speed 1                ; PARENT FOLDER
  93. Leo: GestureUp
  94. Leo: "Use the arrow here to scroll through your computer folders."
  95.  
  96. Leo: MoveTo right of Workshop control 1004 + 0 -10  speed 1                    ; FOLDER SELECTOR
  97. Leo: GestureRight
  98. Leo: "Click any folder to see the photos inside."
  99.  
  100. Leo: MoveTo center of Workshop Control 1005 speed 1
  101. Leo: "Then select a photo you like here."
  102.  
  103. Leo: MoveTo left of Workshop Control 201 + -50 0 speed 1
  104. Leo: GestureLeft
  105. Leo: "You can click this preview button to see a larger version of your photo."
  106.  
  107. Leo: MoveTo right of Workshop Control 201 + 50 0 speed 1
  108. Leo: GestureRight
  109. Leo: "and click it again to switch back to the Photo Room."
  110.  
  111. Leo: MoveTo Leo default position speed 0.5               
  112. Leo: Private
  113. Leo: "When you have found the photo you like, click the green OK button to continue."
  114. Leo: GetAttention
  115. Leo: "Remember USER FIRST NAME: the new photo you select will automatically be saved in your Library!"
  116. Leo: Restpose
  117.  
  118.