home *** CD-ROM | disk | FTP | other *** search
- ; REVISED on 9/29 -- REVISED BY CHRIS ON 10/13
- ; ------------------------------------
- ; - InRoomScan Workshop Script -
- ; ------------------------------------
- ;
- ; For details about the actions of the agent(s),
- ; please see "Agent Scripts" document
- ;
- ; Localization: only strings (between quotes) have to be localized
- ; upper case words in strings are keywords and must'nt be localized
- ;
- ;---------------------------------------------------------------------------------------------------------
- On First Enter Workshop
- Leo: Show
- Leo: Acknowledge
- Leo: "Oh! Are you ready to scan a photo of your own?"
-
- Leo: MoveTo left of Workshop control 10202 + -50 0 speed 1 ; scanner
- Leo: GestureAt right of Workshop control 10202
- Leo: "First put the photo in the scanner."
-
- Leo: MoveTo left of Workshop control 210 + -50 0 speed 1 ; list of scanner
- Leo: GestureAt right of Workshop control 210
- Leo: "Then select the name of the scanner device you're using."
-
- Leo: MoveTo top of Workshop Control 205 + 0 -70 speed 1 ; Scanning button
- Leo: GestureAt bottom of Workshop control 205
- Leo: "Click the button down here to start scanning."
-
- Leo: MoveTo Leo default position speed 1
- Leo: Warn
- Leo: "Be sure to pay close attention to the instructions!"
- Leo: Pleased
- Leo: "And remember: the photo you scan will be automatically saved in your Library!"
-
- ;---------------------------------------------------------------------------------------------------------
- On Subsequent Enter Workshop ; REVISED ON 9/29
-
- Bugs: MoveTo bottomleft of Workshop Control 205 + -120 -50 speed 0 ; Acquire button
- Bugs: Show
- Bugs: Show1
- Bugs: Announce
- Bugs: PlayFile "Sounds\InRoomScan\Scr12a-BB PayAttentionNotCut.wav"
- Bugs: Hide1
- Bugs: Hide
-
- ;---------------------------------------------------------------------------------------------------------
- On Nothing 60 seconds
- Leo: MoveTo Leo default position speed 0
- Leo: Show
- Leo: GetAttention
- Leo: "I know this is not that easy!"
- Leo: Suggest
- Leo: "Remember I'm here if you need help!"
-
- ;---------------------------------------------------------------------------------------------------------
- On Help Request
-
- Leo: StopAll ; LS 1/12/00: Stop agents animation
- Daffy: StopAll
- Bugs: StopAll
- Daffy: Hide
- Bugs: Hide
-
- Leo: MoveTo Leo default position speed 0
- Leo: Show
- Leo: Announce
- Leo: "Let's review how to scan your photo!"
-
- Leo: MoveTo center of application Frame speed 1
- Leo: Surprised
- Leo: "First, have you put the photo you want to scan face down in the scanner?"
- Leo: ChangeColorRed
- Leo: "And have you made sure the scanner is on?"
-
- Leo: MoveTo center of Workshop Control 210 speed 1 ; list of scanner
- Leo: Explain
- Leo: "When the photo is ready, click on the name of the scanner device you're using."
-
- Leo: MoveTo top of Workshop Control 205 + 0 -70 speed 1 ; Scanning button
- Leo: GestureAt bottom of Workshop control 205
- Leo: "Then click here to start scanning the photo."
- Leo: Warn
- Leo: "Follow the instructions carefully!"
-
- Leo: MoveTo Leo default position speed 0.5
- Leo: Pleased
- 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!"
-
- ;---------------------------------------------------------------------------------------------------------
- On ScanInProgress
- Leo: StopAll
- Daffy:StopAll
- Bugs: StopAll
- Leo: Hide
- Daffy:Hide
- Bugs: Hide
-
- ;---------------------------------------------------------------------------------------------------------
- On ScanFinished
- Leo: MoveTo Leo default position speed 0
- Leo: Show
-
-
-
-
-