home *** CD-ROM | disk | FTP | other *** search
- ; REVIEWED ON 10/03 - SLIGHTLY REVIEWED ON 10/11 -- REVISED BY CHRIS ON 10/13 -- REVISED ON 10/28/99
- ; REVIEWED ON 12/16 TO ADD CONDITION VIEWONE/ VIEWALL.
- ; ------------------------------------
- ; - Fun Lab 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 ; by default for ViewOne or ViewAll -- REVIEWED ON 01/12
-
- Leo : moveTo bottom of PREVIEWAREA FRAME + 10 -100 speed 0
- Leo : show
- Leo : GestureUp
- Leo : "If you are working on a project like stickers or magnets, click a sticker first!"
- Leo : moveTo top of PREVIEWAREA control 304 + 15 -50 speed 0.5 ; Repositioning button
- Leo : gestureDown
- Leo : "Click this button to move objects in your project or change their size."
- Leo : MoveTo Leo default position speed 0.5
-
- ;------------------------------------------------------------------------------------------------------------
-
- On Coming From Share ; Subsequent entries, coming from Share workshop ; REVISED ON 10/28
-
- Daffy : MoveTo top of previewarea control 1003 + -220 -32 speed 0 ; Redo button 1003
- Daffy : show
- Daffy : show5
- Daffy : confused
- Daffy : PlayFile "Sounds\EditScreen\Scr9-DD WhatsGoingOnHere.wav"
- Daffy : suspicious
- Daffy : PlayFile "Sounds\EditScreen\Scr9-DD WeAreWhereWeStarted.wav"
-
- Bugs : MoveTo top of previewarea control 1003 + 30 -40 speed 0 ; Redo button 1003
- Bugs : show
- Bugs : show3
- Daffy: lookLeft
- Bugs : getAttention
- Bugs : PlayFile "Sounds\EditScreen\Scr9-BB JustGoesToShowYa.wav"
-
- Daffy : angry
- Bugs : hide3
- Daffy : PlayFile "Sounds\EditScreen\Scr9-DD YouReceiveNoGratuity.wav"
- Bugs : Hide
- Daffy : hide5
- Daffy : Hide
-
- ;------------------------------------------------------------------------------------------------------------
-
- ;On Coming From Select Template ; Subsequent entries, coming from SelectTemplate workshop ; DONE ON 9/29
-
- ;Bugs : moveTo center of APPLICATION FRAME + -65 -40 speed 0
- ;Bugs : show
- ;Bugs : show5
- ;Bugs : GestureDown
- ;Bugs : PlayFile "Sounds\EditScreen\Scr9-BB ComeOnInPixelsFine.wav"
- ;Bugs : hide5
- ;Bugs : hide
-
- ;------------------------------------------------------------------------------------------------------------
-
- On Subsequent Enter Workshop in ViewAll mode ; Subsequent entries, coming from other workshops in ViewAll mode -- REVIEWED ON 01/12
-
- Leo : moveTo bottom of PREVIEWAREA FRAME + 10 -100 speed 0
- Leo : Show
- Leo : getAttention
- Leo : "Click the piece you want to customize in your project!"
- Leo : gestureRight
- Leo : "And go to the different labs to have fun!"
- Leo : Restpose
- Leo : MoveTo Leo default position speed 0
-
- ;------------------------------------------------------------------------------------------------------------
-
- On Subsequent Enter Workshop in ViewOne mode ; Subsequent entries, coming from other workshops in ViewOne mode -- REVIEWED ON 12/16
-
- Bugs : MoveTo top of previewarea control 1003 + -220 -37 speed 0 ; Redo button 1003
- Bugs : show
- Bugs : show2
- Bugs : lookRight
- Bugs : gestureRight
- Bugs : PlayFile "Sounds\EditScreen\Scr9-BB HeyWaddaYaKnow.wav"
- Bugs : restpose
-
- Daffy : MoveTo top of previewarea control 1003 + 30 -35 speed 0 ; Redo button 1003
- Daffy : show
- Daffy : show6
- Daffy : explain
- Bugs : surprised
- Daffy : PlayFile "Sounds\EditScreen\Scr9-DD ExcuseMeDontYouMean.wav"
- Bugs : Restpose
- Bugs : PlayFile "Sounds\EditScreen\Scr9-BB WhateverYouSay.wav"
- Daffy: lookRight
- Bugs : lookUp
- Bugs : acknowledge
- Bugs : PlayFile "Sounds\EditScreen\Scr9-BB ListenDisIsFun.wav"
- Bugs : hide2
- Daffy : hide4
- Bugs : hide
- Daffy : hide
-
- ;------------------------------------------------------------------------------------------------------------
- On Nothing 60 seconds
-
- Leo : MoveTo Leo default position speed 0
- Leo : Show
- Leo : getAttention
- Leo : "Deciding what to change, USER FIRST NAME? Watch this!"
- Leo : changeColorRed
- Leo : pleased
- Leo : Restpose
-
- ;------------------------------------------------------------------------------------------------------------
- On Help Request ;Help request (in View One mode) REVIEWED ON 9/21 - SLIGHTLY REVIEWED ON 10/11
-
- Leo: StopAll ; LS 1/12/00: Stop agents animation
- Daffy: StopAll
- Bugs: StopAll
- Daffy: Hide
- Bugs: Hide
-
- Leo : moveTo center of APPLICATION FRAME speed 1
- Leo : Show
- Leo : greet
- Leo : "This is where you can create your own masterpiece!"
- Leo : Explain
- Leo : "First, select the photo or text you want to change."
-
- Leo : moveTo Top of Workshop control 25 + 0 -20 speed 1 ;IDC_BUTTON_ACME 25
- Leo : GestureDown
- Leo : "Click here to add fun things to your project."
-
- Leo : moveTo Top of Workshop control 28 + 0 -20 speed 1 ;IDC_BUTTON_PAINTING 28
- Leo : GestureDown
- Leo : "And here to paint a work of art."
- Leo : pleased
- Leo : "My favorite painter is Leonardo da Vinci, but I bet you're pretty good too!"
-
- Leo : moveTo right of Workshop control 27 speed 1 ;IDC_BUTTON_COLORCORRECT 27
- Leo : GestureRight
- Leo : "To play with your photos, click here!"
-
- Leo : moveTo right of Workshop control 26 + 0 20 speed 1 ;IDC_BUTTON_REDEYE 26
- Leo : GestureRight
- Leo : "If the eyes in your photo look red, click here!"
- Leo : GestureLeft ;IDC_BUTTON_DISTORSION 23
- Leo : "Have fun distorting your photos there!"
-
- Leo : moveTo Top of Workshop control 24 + 0 -20 speed 1 ;IDC_BUTTON_TEXT 24
- Leo : GestureDown
- Leo : "Click here to add text."
- Leo : GestureAt left of Workshop control 22
- Leo : "And get new photos there!"
-
- Leo : moveTo Top of PREVIEWAREA control 301 + 0 -40 speed 1 ;DC_BUTTON_VIEWALL 301
- Leo : getAttention
- Leo : GestureDown
- Leo : "To see the entire project at once, click on this button!" ; new
-
- Leo : moveTo top of PREVIEWAREA control 304 + 15 -50 speed 0.5 ; Repositioning button
- Leo : GestureDown
- Leo : "Click the part of the template you want to move, such as the photo or the text, then click here!"
-
- Leo : MoveTo Leo default position speed 0.5
- Leo : GestureLeft
- Leo : "Once you're done, click the green arrow to share your fun project."
- Leo : Restpose
-
-