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

  1. ; QUICKLY REVISED ON 10/03 -- REVISED BY CHRIS ON 10/13; REVIEWED ON 01/10/00
  2. ; ------------------------------------
  3. ; - Text 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
  14. Leo : moveTo center of APPLICATION FRAME  speed 1
  15. Leo : Show
  16. Leo : "USER FIRST NAME, have you ever wanted to be a great writer?"
  17. Leo : acknowledge
  18. Leo : "Here's a great place to start!"
  19. Leo : explain
  20. Leo : "This is where you can change the words in your design."
  21.  
  22. Leo : moveTo Right of Workshop control 1012 speed 1
  23. Leo : GestureAt center of Workshop control 1012 speed 1                ;IDC_NEW_TEXT                    1012
  24. Leo : "Or click on this button to write something completely new!"
  25.  
  26. Leo : moveTo center of Workshop control 1002 speed 1                ;IDC_TEXT_FRAME                  1002
  27. Leo : lookAround
  28. Leo : "Once you've decided, type your text in here!"
  29. Leo : MoveTo Leo default position speed 0.5               
  30. Leo : suggest
  31. Leo : "You can change color, shape, and size of your letters!"
  32. Leo : GestureUp
  33. Leo : "Try clicking on the different buttons up there!"
  34. Leo : Restpose
  35.  
  36. ;---------------------------------------------------------------------------------------------------------
  37. On Subsequent Enter Workshop
  38. Bugs : moveTo center of APPLICATION FRAME  speed 3
  39. Bugs : Show
  40. Bugs : greet
  41. Bugs : PlayFile "Sounds\Text\Scr16-BB TimeToWriteBestWishes.wav"
  42. Bugs : hide
  43.  
  44. ;---------------------------------------------------------------------------------------------------------
  45. On Nothing 60 seconds
  46. Leo : MoveTo Leo default position speed 0
  47. Leo : Show
  48. Leo : getAttention
  49. Leo : "What are you going to write, USER FIRST NAME? I can't wait to read it!"
  50. Leo :  pleased
  51. Leo :  "If you're not sure what to do, double-click on me for help!"
  52. Leo : Restpose
  53.  
  54. ;---------------------------------------------------------------------------------------------------------
  55. On Help Request ; REVIEWED ON 01/10/00
  56.  
  57. Leo:    StopAll                                                    ; LS 1/12/00: Stop agents animation
  58. Daffy:    StopAll
  59. Bugs:    StopAll
  60. Daffy:    Hide
  61. Bugs:    Hide
  62.  
  63. Leo : moveTo center of PREVIEWAREA FRAME speed 1
  64. Leo : Show
  65. Leo : pleased
  66. Leo : "OK! Now click on the words you want to change!"
  67.  
  68. Leo : moveTo Right of Workshop control 1012 + 30 0 speed 1
  69. Leo : GestureAt center of Workshop control 1012 speed 1                ;IDC_NEW_TEXT                    1012
  70. Leo : "Or click on this button to write something completely new!"
  71.  
  72. Leo : moveTo center of Workshop control 1002 speed 1                ;IDC_TEXT_FRAME                  1002
  73. Leo : lookAround
  74. Leo : "Once you've decided, type your words in here!"
  75. Leo : Surprised
  76. Leo : "but that's not all!"
  77. Leo : suggest
  78. Leo : "You can change the way your words look."
  79.  
  80. Leo : moveTo Left of Workshop control 1028 + 0 0 speed 1            ;IDC_COMBO_POLICE                1028
  81. Leo : GestureLeft
  82. Leo : "These are all different kinds of letters!"
  83.  
  84. Leo : moveTo Left of Workshop control 1010 + -40 0 speed 1            ;IDC_POLICE_SMALLER              1010
  85. Leo : GestureLeft
  86. Leo : "With these two buttons, you can easily adjust the size of your words."
  87.  
  88. Leo : moveTo Top of Workshop control 1007 speed 1                ;IDC_ITALIC_BUTTON               1007
  89. Leo : Explain
  90. Leo : "These three green buttons will make your words Bold, Italic or Underlined."
  91.  
  92. Leo : moveTo bottom of Workshop control 1005 + 0 40 speed 1            ;IDC_CENTER_ALIGN                  1005
  93. Leo : GestureAt center of Workshop control 1003 speed 3
  94. Leo : "And with these you can change the shape of your paragraphs."
  95.  
  96. Leo : moveTo top of Workshop control 2000 + 0 -50 speed 1            ;IDC_COLOR_PICKER                2000
  97. Leo : GestureDown
  98. Leo : "Finally, just pick a color down here to change the color of your words."
  99.  
  100. Leo: MoveTo Leo default position speed 0.5               
  101. Leo: acknowledge
  102. Leo: "Lots of ways to have fun, aren't there?"
  103. Leo: Restpose
  104.