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

  1. ; REVISED on 9/29 -- REVISED BY CHRIS ON 10/13
  2. ; ------------------------------------
  3. ; - InRoomScan 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: Acknowledge
  16. Leo: "Oh! Are you ready to scan a photo of your own?"
  17.  
  18. Leo: MoveTo left of Workshop control 10202 + -50 0 speed 1            ; scanner
  19. Leo: GestureAt right of Workshop control 10202
  20. Leo: "First put the photo in the scanner."
  21.  
  22. Leo: MoveTo left of Workshop control 210 + -50 0 speed 1        ; list of scanner
  23. Leo: GestureAt right of Workshop control 210
  24. Leo: "Then select the name of the scanner device you're using."
  25.  
  26. Leo: MoveTo top of Workshop Control 205 + 0 -70 speed 1                ; Scanning button
  27. Leo: GestureAt bottom of Workshop control 205
  28. Leo: "Click the button down here to start scanning."
  29.  
  30. Leo: MoveTo Leo default position speed 1               
  31. Leo: Warn
  32. Leo: "Be sure to pay close attention to the instructions!"
  33. Leo: Pleased
  34. Leo: "And remember: the photo you scan will be automatically saved in your Library!"
  35.  
  36. ;---------------------------------------------------------------------------------------------------------
  37. On Subsequent Enter Workshop ; REVISED ON 9/29
  38.  
  39. Bugs: MoveTo bottomleft of Workshop Control 205 + -120 -50 speed 0         ; Acquire button              
  40. Bugs: Show
  41. Bugs: Show1
  42. Bugs: Announce
  43. Bugs: PlayFile "Sounds\InRoomScan\Scr12a-BB PayAttentionNotCut.wav"
  44. Bugs: Hide1
  45. Bugs: Hide
  46.  
  47. ;---------------------------------------------------------------------------------------------------------
  48. On Nothing 60 seconds
  49. Leo: MoveTo Leo default position speed 0               
  50. Leo: Show
  51. Leo: GetAttention
  52. Leo: "I know this is not that easy!"
  53. Leo: Suggest
  54. Leo: "Remember I'm here if you need help!"
  55.  
  56. ;---------------------------------------------------------------------------------------------------------
  57. On Help Request
  58.  
  59. Leo:    StopAll                                                    ; LS 1/12/00: Stop agents animation
  60. Daffy:    StopAll
  61. Bugs:    StopAll
  62. Daffy:    Hide
  63. Bugs:    Hide
  64.  
  65. Leo: MoveTo Leo default position speed 0               
  66. Leo: Show
  67. Leo: Announce
  68. Leo: "Let's review how to scan your photo!"
  69.  
  70. Leo: MoveTo center of application Frame  speed 1    
  71. Leo: Surprised
  72. Leo: "First, have you put the photo you want to scan face down in the scanner?"
  73. Leo: ChangeColorRed
  74. Leo: "And have you made sure the scanner is on?"
  75.  
  76. Leo: MoveTo center of Workshop Control 210 speed 1            ; list of scanner
  77. Leo: Explain
  78. Leo: "When the photo is ready, click on the name of the scanner device you're using."
  79.  
  80. Leo: MoveTo top of Workshop Control 205 + 0 -70 speed 1                ; Scanning button
  81. Leo: GestureAt bottom of Workshop control 205
  82. Leo: "Then click here to start scanning the photo."
  83. Leo: Warn
  84. Leo: "Follow the instructions carefully!"
  85.  
  86. Leo: MoveTo Leo default position speed 0.5               
  87. Leo: Pleased
  88. Leo: "Hey USER FIRST NAME! The photo you are going to scan will be automatically inserted in your project and saved in your Photo Library!"
  89.  
  90. ;---------------------------------------------------------------------------------------------------------
  91. On ScanInProgress
  92. Leo: StopAll
  93. Daffy:StopAll
  94. Bugs:    StopAll
  95. Leo: Hide               
  96. Daffy:Hide
  97. Bugs:    Hide
  98.  
  99. ;---------------------------------------------------------------------------------------------------------
  100. On ScanFinished
  101. Leo: MoveTo Leo default position speed 0               
  102. Leo: Show
  103.  
  104.  
  105.  
  106.  
  107.