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

  1. ; REVISED ON 10/10 -- REVISED BY CHRIS ON 10/13 -- REVIEWED ON 10/22
  2. ; ------------------------------------
  3. ; - Positionning 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 ; REVISED ON 10/10
  14.  
  15. Leo: MoveTo Leo default position speed 1    
  16. Leo: Show
  17. Leo: GetAttention
  18. Leo: "Hi USER FIRST NAME!"
  19. Leo: GestureUp
  20. Leo: "Now you can select an object and move it around on your project!" ; new
  21. Leo: GestureLeft
  22. Leo: "When you are done, click on the Okay button to go back to the last screen."
  23. Leo: Restpose
  24.  
  25. ;---------------------------------------------------------------------------------------------------------
  26. On Subsequent Enter Workshop ; REVISED ON 10/10 - To be tested on a 1024x768 screen
  27.  
  28. Daffy: MoveTo bottom of Workshop control 1011 + 0 50 speed 0
  29. Daffy: Show
  30. Daffy: Show5
  31. Daffy: Announce
  32. Daffy: PlayFile "Sounds\Positionning\scr28-dd ivecomeherefixproject.wav"
  33. Daffy: LookLeft
  34.  
  35. Bugs: MoveTo bottom of Workshop control 1012 + -10 50 speed 0
  36. Bugs: Show
  37. Bugs: Show4
  38. Bugs: Greet
  39. Bugs: PlayFile "Sounds\Positionning\scr28-bb withafacelikethis.wav"
  40. Bugs: Hide3
  41. Bugs: Hide
  42.  
  43. Daffy: Angry
  44. Daffy: PlayFile "Sounds\Positionning\scr28-dd youredespicable.wav"
  45. Daffy: Hide6
  46. Daffy: Hide
  47.  
  48. ;---------------------------------------------------------------------------------------------------------
  49. On Nothing 60 seconds ; REVISED ON 10/10
  50.  
  51. Leo: MoveTo Leo default position speed 0
  52. Leo: Show
  53. Leo: GetAttention
  54. Leo: "Do you want help USER FIRST NAME?"
  55. Leo: Pleased
  56. Leo: "Just double-click on me and I'll buzz right out!"
  57. Leo: Restpose
  58.  
  59. ;---------------------------------------------------------------------------------------------------------
  60. On Help Request  ; REVISED ON 10/10 - To be tested on a 1024x768 screen
  61.  
  62. Leo:    StopAll                                                    ; LS 1/12/00: Stop agents animation
  63. Daffy:    StopAll
  64. Bugs:    StopAll
  65. Daffy:    Hide
  66. Bugs:    Hide
  67.  
  68. Leo: MoveTo center of PreviewArea frame + 0 0  speed 0
  69. Leo: Show
  70. Leo: Explain
  71. Leo: "Hey USER FIRST NAME, you can move any object you select by clicking on it!"; new
  72.  
  73. Leo: MoveTo center of Workshop control 1018 + 10 0 speed 1
  74. Leo: "Use these 4 arrows to move the object..."
  75. Leo: GestureUp
  76. Leo: "Up"
  77. Leo: GestureRight
  78. Leo: "to the left"
  79. Leo: GestureLeft
  80. Leo: "to the right"
  81. Leo: GestureDown
  82. Leo: "or down."
  83.  
  84. Leo: MoveTo top of Workshop control 1011 + 10 -30 speed 1
  85. Leo: GestureDown
  86. Leo: "Click on this button to make the object smaller."
  87.  
  88. Leo: MoveTo right of Workshop control 1012 + 40 0 speed 0
  89. Leo: GestureAt left of Workshop control 1012
  90. Leo: "Or the other way around : click on this button to make it bigger."
  91.  
  92. Leo: MoveTo top of Workshop control 1019 + 0 -40 speed 1
  93. Leo: Explain
  94. Leo: "Hey USER FIRST NAME, this is a fun tool!"
  95. Leo: GestureDown
  96. Leo: "You can rotate the object clockwise or counter-clockwise by clicking these 2 arrows."
  97.  
  98. Leo: MoveTo bottom of Workshop control 1019 + 0 50 speed 1
  99. Leo: GestureRight
  100. Leo: "Click here to make a mirror image of your photo."
  101. Leo: GestureLeft
  102. Leo: "And use this button to flip your image upside down."
  103.  
  104. Leo: MoveTo top of PREVIEWAREA CONTROL 1004 + 10 -40 speed 1
  105. Leo: GetAttention
  106. Leo: "And don't forget!"
  107. Leo: GestureDown
  108. Leo: "You can always undo what you've just done by clicking this button."
  109.  
  110. Leo: MoveTo Leo default position speed 0
  111. Leo: GestureLeft
  112. Leo: "When you are done, click the OK button to go back to the screen you came from."
  113. Leo: Restpose