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

  1. ; REVISED BY CHRIS ON 10/13.
  2. ; ------------------------------------
  3. ; - Color Correction 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/10
  14.  
  15. Leo : MoveTo Leo default position speed 0.5    
  16. Leo : Show
  17. Leo : Explain
  18. Leo : "Here you can adjust the colors, brightness, contrast and sharpness in your photo."
  19. Leo : Restpose
  20.  
  21. Daffy : MoveTo bottom of PreviewArea frame + 0 -85 speed 0
  22. Daffy : show
  23. Daffy : show3
  24. Daffy : Resigned
  25. Daffy : PlayFile "Sounds\ColorCorrection\Scr13-DD TooBadNeverBadPhoto.wav"
  26. Daffy : ironic
  27. Daffy : PlayFile "Sounds\ColorCorrection\Scr13-DD MaybeTakeRabbitsPhoto.wav"
  28. Daffy : Acknowledge
  29. Daffy : hide2
  30. Daffy : hide
  31.  
  32. ;---------------------------------------------------------------------------------------------------------
  33. On Subsequent Enter Workshop ; DONE ON 10/10
  34.  
  35. Bugs : MoveTo right of workshop control 1020 + 60 -73 speed 0
  36. Bugs : show
  37. Bugs : show2
  38. Bugs : Greet
  39. Bugs : PlayFile "Sounds\ColorCorrection\Scr13-BB YourTurnMakeProfPhoto.wav"
  40. Bugs : hide2
  41. Bugs : hide
  42.  
  43. ;---------------------------------------------------------------------------------------------------------
  44. On Nothing 60 seconds ; DONE
  45. Leo : MoveTo Leo default position speed 0
  46. Leo : Show
  47. Leo : Suggest
  48. Leo : "Click the buttons to see how they work!"
  49. Leo : Restpose
  50.  
  51. ;---------------------------------------------------------------------------------------------------------
  52. On Help Request; DONE
  53.  
  54. Leo:    StopAll                                                    ; LS 1/12/00: Stop agents animation
  55. Daffy:    StopAll
  56. Bugs:    StopAll
  57. Daffy:    Hide
  58. Bugs:    Hide
  59.  
  60. Leo : MoveTo leo default position speed 0
  61. Leo : Show
  62. Leo : changecolorred
  63. Leo : "You can turn your photo into a masterpiece here!"
  64.  
  65. Leo : MoveTo center of Workshop Control 1000 speed 1            ; IDC_AUTOCORRECT                 1000
  66. Leo : announce
  67. Leo : "Change a color photo to black and white or Antique by clicking these buttons!"
  68. Leo : GestureRight
  69. Leo : GestureLeft
  70. Leo : private
  71. Leo : "Antique makes it look old-fashioned."
  72.  
  73. Leo: MoveTo center of Workshop Control 1002 + 10 0 speed 1        ; IDC_ORIGINAL                    1002
  74. Leo: GestureDown
  75. Leo: "Click on this button to enhance the colors of your photo."
  76.  
  77. ;Leo moveTo between the brightness buttons: 
  78. Leo: MoveTo center of Workshop Control 1006 + 100 0 speed 1        ; IDC_DARK                        1006
  79. Leo: "If your photo is too dark or too light, try these two buttons."
  80. Leo: GestureRight
  81. Leo: GestureLeft
  82.  
  83. ;Leo moveTo between the two contrast buttons 
  84. Leo: MoveTo center of Workshop Control 1009 + 150 0 speed 1        ; IDC_CONTRAST_LESS               1009
  85. Leo: LookRight
  86. Leo: LookLeft
  87. Leo: explain
  88. Leo: "If the colors of your photo are too bright or too gray, try these buttons."
  89.  
  90. ;Leo moveTo between the two sharpen/blur buttons
  91. Leo: MoveTo center of Workshop Control 1005 + 100 0 speed 1        ; IDC_BLUR                        1005
  92. Leo: explain
  93. Leo: "If your photo looks blurred or too sharp, change it with these two buttons."
  94. Leo: GestureLeft
  95. Leo: GestureRight
  96.  
  97. Leo: MoveTo left of Workshop Control 1002 + 110 0 speed 1        ; IDC_ORIGINAL                    1002
  98. Leo: surprised
  99. Leo: "And to start over, click back on the button here."
  100. Leo: GestureRight
  101.  
  102. Leo : MoveTo leo default position speed 0.5
  103.  
  104.