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

  1. ; REVISED BY CHRIS ON 10/13 -- DONE ON 10/22
  2. ; ------------------------------------
  3. ; - Print 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. ;------------------------------------------------------------------------------------------------------
  14. On First Enter Workshop ; DONE on 10/22 (CHANGED ON 10/10: NO MOVES)
  15.  
  16. Leo: MoveTo Leo default position speed 0.5    
  17. Leo: Show
  18. Leo: Surprised
  19. Leo: "Hey! Is it time to print?"
  20. Leo: Pleased
  21. Leo: "Well, I have a surprise for you!"
  22.  
  23. Leo: MoveTo Right of Workshop Control 1022 + 100 0 speed 0            ; IDC_ORIGINAL_LAYOUT        1022
  24. Leo: GestureRight
  25. Leo: "Make sure this button is selected if you want to print your original project."
  26.  
  27. Leo: MoveTo Right of Workshop Control 1022 + 150 130 speed 0            ; IDC_ITEMSELECTOR_BITMAP    1021
  28. Leo: Private
  29. Leo: "Sometimes, you can also print projects that match!"
  30. Leo: GestureRight
  31. Leo: "Try clicking these options!"
  32.  
  33. Leo: MoveTo Right of Workshop Control 1010 + 50 15 speed 1            ; IDC_PRINT_PLUS_BUTTON        1010
  34. Leo: LookRight
  35. Leo: "Select the number of copies you want using the plus and minus buttons here."
  36. Leo: GetAttention
  37. Leo: "And in case we need to setup the printer..."
  38. Leo: GestureRight
  39. Leo: "click this button to see more options."
  40.  
  41. Leo: MoveTo Leo default position speed 0.5               
  42. Leo: GestureLeft
  43. Leo: "When you are ready, click on the Print button!"
  44. Leo: Restpose
  45.  
  46. ;------------------------------------------------------------------------------------------------------
  47. On Subsequent Enter Workshop ; DONE ON 10/22
  48.  
  49. Daffy: MoveTo bottom of Workshop Control 1015 + 0 -12 speed 0
  50. Bugs : MoveTo top of previewarea control 1003 + -40 -40 speed 0            ; Redo button    1003
  51. Daffy: Show
  52. Daffy: Show4
  53. Bugs: Show
  54. Bugs: Show2
  55. Bugs: idle2
  56. Daffy: Announce
  57. Daffy: PlayFile "Sounds\Print\Scr24-DD OKItsTheMoment.wav"
  58. Daffy: LookLeft
  59. Bugs: Congratulate
  60. Bugs: PlayFile "Sounds\Print\Scr24-BB YoureLeavingShowBiz.wav"
  61. Daffy: Angry
  62. Daffy: PlayFile "Sounds\Print\Scr24-DD NoRabbitTimeToPrint.wav"
  63. Bugs: Hide2
  64. Bugs: Hide
  65. Daffy: Hide6
  66. Daffy: Hide
  67.  
  68. ;------------------------------------------------------------------------------------------------------
  69. On Nothing 60 seconds ; DONE
  70.  
  71. Leo: MoveTo Leo default position speed 0
  72. Leo: Show
  73. Leo: GetAttention
  74. Leo: "Do you want help USER FIRST NAME?"
  75. Leo: Greet
  76. Leo: "Just double-click on me and I'll buzz right out"
  77. Leo: restpose
  78.  
  79. ;------------------------------------------------------------------------------------------------------
  80. On Help Request ; DONE ON 10/22
  81.  
  82. Leo:    StopAll                                                    ; LS 1/12/00: Stop agents animation
  83. Daffy:    StopAll
  84. Bugs:    StopAll
  85. Daffy:    Hide
  86. Bugs:    Hide
  87.  
  88. Leo: MoveTo Leo default position speed 0
  89. Leo: Show
  90. Leo: "Are you ready to print?"
  91. Leo: Surprised
  92. Leo: "Great!"
  93.  
  94. Leo: MoveTo Right of Workshop Control 1022 + 100 0 speed 0            ; IDC_ORIGINAL_LAYOUT        1022
  95. Leo: GestureRight
  96. Leo: "Make sure this button is selected if you want to print your original project."
  97.  
  98. Leo: MoveTo Right of Workshop Control 1022 + 150 130 speed 0            ; IDC_ITEMSELECTOR_BITMAP    1021
  99. Leo: Private
  100. Leo: "Sometimes, you can also print projects that match!"
  101. Leo: GestureRight
  102. Leo: "Try clicking these options!"
  103.  
  104. Leo: MoveTo Right of Workshop Control 1010 + 50 15 speed 1            ; IDC_PRINT_PLUS_BUTTON        1010
  105. Leo: LookRight
  106. Leo: "Select the number of copies you want using the plus and minus buttons here."
  107. Leo: GetAttention
  108. Leo: "And in case we need to setup the printer..."
  109. Leo: GestureRight
  110. Leo: "click this button to see more options."
  111.  
  112. Leo: MoveTo Leo default position speed 0.5               
  113. Leo: GestureLeft
  114. Leo: "When you are ready, click on the Print button!"
  115. Leo: Restpose