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

  1. ;REVISED BY CHRIS ON 10/13 -- Review Daffy animation  10/03
  2. ; ------------------------------------
  3. ; - Remove red eyes 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
  14.  
  15. Leo: MoveTo Leo default position speed 0.5
  16. Leo: Show
  17. Leo: ChangeColorRed
  18. Leo: "Sometimes people in photos look like they have red eyes. You can fix that here!"; new
  19. Leo: GestureUp
  20. Leo: "Just follow these 3 steps..."
  21.  
  22. Leo: MoveTo left of Workshop control 1015 + -10 0 speed 0        ;IDC_STEP_ONE_RED_EYE            1015
  23. Leo: Explain
  24. Leo: "One!"
  25. Leo: MoveTo bottom of Workshop control 1016 + 175 -30 speed 0        ;IDC_STEP_TWO_RED_EYE            1016
  26. Leo: GestureRight
  27. Leo: "Two!"
  28. Leo: MoveTo left of Workshop control 1018 + 0 0 speed 0        ;IDC_STEP_THREE_RED_EYE          1018
  29. Leo: GestureLeft
  30. Leo: "Three!"
  31. Leo: MoveTo Leo default position speed 0.5               
  32. Leo: "Or come get me if you need help!"
  33. Leo: Restpose
  34.  
  35. Daffy: MoveTo left of navbar FRAME + 30 -120 speed 1
  36. Daffy: Show
  37. Daffy: Show4
  38.  
  39. ;---------------------------------------------------------------------------------------------------
  40. On Subsequent Enter Workshop ; Review Announce/ Exclaim
  41.  
  42. Daffy: MoveTo left of navbar FRAME + 30 -120 speed 1
  43. Daffy: Show
  44. Daffy: Show4
  45. Daffy: Announce
  46. Daffy: PlayFile "Sounds\RemoveRedEye\Scr15-DD NothingWorseThanRedEye.wav"
  47. Daffy: exclaim
  48. Daffy: PlayFile "Sounds\RemoveRedEye\Scr15-DD GetRidOfThemHere.wav"
  49. Daffy: Restpose
  50.  
  51. ;--------------------------------------------------------------------------------------------------
  52. On Nothing 60 seconds ; DONE
  53. Leo: MoveTo Leo default position speed 1
  54. Leo: Show
  55. Leo: GetAttention
  56. Leo: "Are you meditating?"
  57. Leo:  Explain
  58. Leo: "That's kind of like sleeping because you close your eyes, except you're really awake."
  59. Leo: Pleased
  60. Leo: "Is that what you're doing?"
  61. Leo: Suggest
  62. Leo: "I'm here if you need help USER FIRST NAME! Just double-click on me."
  63. Leo: Restpose
  64.  
  65. ;----------------------------------------------------------------------------------------------------
  66. On Help Request ; DONE
  67.  
  68. Leo:    StopAll                                                    ; LS 1/12/00: Stop agents animation
  69. Daffy:    StopAll
  70. Bugs:    StopAll
  71. Daffy:    Hide
  72. Bugs:    Hide
  73.  
  74. Leo: MoveTo Leo default position speed 0.5    
  75. Leo: Show
  76. Leo: Surprised
  77. Leo: "You startled me!"
  78. Leo: getattention
  79. Leo: "Are you ready to fix those red-eyes?"
  80. Leo: MoveTo right of Workshop Control 1005 + 100 0 speed 1        ;IDC_PREVIEW                     1005
  81. Leo: GestureRight
  82. Leo: "Place the target on the first eye you want to fix..."
  83.  
  84. Leo: MoveTo right of Workshop Control 1010 + 55 15 speed 1        ;IDC_LARGER_BRUSH_RED_EYE       1011
  85. Leo: LookLeft
  86. Leo: LookRight
  87. Leo: Explain
  88. Leo: "then use these buttons to make the target fit that eye."
  89.  
  90. Leo: GestureDown
  91. Leo: "Now, click the Remove Red-Eye button!"
  92. Leo: Announce
  93. Leo: "And, there you go! The red is gone!"
  94. Leo: acknowledge
  95.  
  96. Leo: MoveTo right of Workshop Control 1014 + 80 5 speed 1        ;IDC_NEXT_RED_EYE                1014
  97. Leo: GestureRight
  98. Leo: "Don't forget to click this button to fix the other eye!"
  99. Leo: MoveTo Leo default position speed 0.5       
  100.  
  101. ;-------------------------------------------------------------------------------------------------------
  102. On click on workshop control 1014 ; DONE                ;IDC_NEXT_RED_EYE                1014
  103. Daffy: MoveTo left of navbar FRAME + 30 -120 speed 1
  104. Daffy: show
  105. Daffy: acknowledge
  106. Daffy: PlayFile "Sounds\RemoveRedEye\Scr15-DD TwoEyesBetterThanOne.wav"
  107. Daffy: restpose
  108.  
  109. ;---------------------------------------------------------------------------------------------------------
  110. On click on workshop control 1013 ; DONE                ; IDC_APPLY_RED_EYE               1013
  111. Daffy: MoveTo left of navbar FRAME + 30 -120 speed 1
  112. Daffy: show
  113. Daffy: congratulate
  114. Daffy: PlayFile "Sounds\RemoveRedEye\Scr15-DD TheEyesHaveIt.wav"
  115. Daffy: restpose