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

  1. ; REVISED on 9/29 -- REVISED BY CHRIS ON 10/13
  2. ; ------------------------------------
  3. ; - InRoomCamera 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
  14. Leo: Show
  15. Leo: Surprised
  16. Leo: "Did you take photos with a digital camera?"
  17. Leo: Pleased
  18. Leo: "Great! Let's go and get them now!"
  19.  
  20. Leo: MoveTo top of Workshop Control 10204 + 30 -100 speed 1            ; camera
  21. Leo: GestureAt bottom of Workshop control 10204
  22. Leo: "First plug your camera to the computer!"
  23.  
  24. Leo: MoveTo center of Workshop Control 210 speed 1            ; list of scanner
  25. Leo: GestureAt top of Workshop control 210
  26. Leo: "Then select here the name of the camera you are using."
  27.  
  28. Leo: MoveTo top of Workshop Control 205 + 0 -70 speed 1                ; camera button
  29. Leo: GestureAt bottom of Workshop control 205
  30. Leo: "Click the button down here to get your photos."
  31. Leo: Warn
  32. Leo: "Be sure to pay close attention to the instructions!"
  33.  
  34. Leo: MoveTo Leo default position speed 0.5               
  35. Leo: Pleased
  36. Leo: "And remember: the photos you are going to get will automatically be saved in your Library!"
  37.  
  38. ;---------------------------------------------------------------------------------------------------------
  39. On Subsequent Enter Workshop ; REVISED ON 9/29
  40.  
  41. Daffy: MoveTo bottomleft of Workshop Control 205 + -100 -50 speed 0               ; Scan button       
  42. Daffy: Show
  43. Daffy: Show4
  44. Daffy: Angry
  45. Daffy: PlayFile "Sounds\InRoomCamera\Scr12b-DD AsIWasSaying.wav"
  46. Daffy: Threaten
  47. Daffy: PlayFile "Sounds\InRoomCamera\Scr12b-DD SoDontGetPhoto.wav"
  48. Daffy: Hide3
  49. Daffy: Hide
  50.  
  51. ;---------------------------------------------------------------------------------------------------------
  52. On Nothing 60 seconds
  53. Leo: MoveTo Leo default position speed 0               
  54. Leo: Show
  55. Leo: GetAttention
  56. Leo: "I bet you're wondering what to do here!"
  57. Leo: Pleased
  58. Leo: "Double-click on me if you need help!"
  59.  
  60. ;---------------------------------------------------------------------------------------------------------
  61. On Help Request
  62.  
  63. Leo:    StopAll                                                    ; LS 1/12/00: Stop agents animation
  64. Daffy:    StopAll
  65. Bugs:    StopAll
  66. Daffy:    Hide
  67. Bugs:    Hide
  68.  
  69. Leo: MoveTo Leo default position speed 0               
  70. Leo: Show
  71. Leo: Acknowledge
  72. Leo: "OK! Let's see how to get the photos you took with your digital camera!"
  73.  
  74. Leo: MoveTo center of Application Frame speed 1            
  75. Leo: Surprised
  76. Leo: "First, have you plugged the camera to your computer?"
  77. Leo: ChangeColorRed
  78. Leo: "And have you made sure the camera is on?"
  79.  
  80. Leo: MoveTo center of Workshop Control 210 speed 1            ; list of scanner
  81. Leo: Explain
  82. Leo: "When the camera is ready, click here the name of the camera you are using."
  83.  
  84. Leo: MoveTo top of Workshop Control 205  + 0 -70 speed 1                ; Acquiring icon
  85. Leo: GestureAt bottom of Workshop control 205
  86. Leo: "Then click here to start acquiring your photos."
  87. Leo: Warn
  88. Leo: "Follow the instructions that are displayed."
  89.  
  90. Leo: MoveTo Leo default position speed 0.5               
  91. Leo: Pleased
  92. Leo: "Hey USER FIRST NAME! The photos you are going to acquire will get automatically saved in your Photo Library!"
  93.  
  94. ;---------------------------------------------------------------------------------------------------------
  95. On ScanInProgress
  96. Leo: StopAll
  97. Daffy:    StopAll
  98. Bugs:    StopAll
  99. Leo: Hide               
  100. Daffy:    Hide
  101. Bugs:    Hide
  102.  
  103. ;---------------------------------------------------------------------------------------------------------
  104. On ScanFinished
  105. Leo: MoveTo Leo default position speed 0               
  106. Leo: Show
  107.  
  108.