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

  1. ; REVISED BY CHRIS ON 10/13 --- REVIEWED ON 10/25
  2. ; ------------------------------------
  3. ; - Export Img 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 ; CHANGED ON 10/25
  14.  
  15. Leo : Show
  16. Leo : MoveTo center of Application Frame speed 0
  17. Leo : Surprised
  18. Leo : "Watch out!"
  19. Leo : ChangeColorRed
  20. Leo : "You are about to turn your project into a jpeg file that isn't editable."
  21. Leo : Warn
  22. Leo : "This may take a few minutes, so don't go too far!"
  23. Leo : Restpose
  24. Leo : MoveTo Leo default position speed 0
  25.  
  26. Daffy : MoveTo top of previewarea control 1007 + 15 -35 speed 0            ; Trash button    1007
  27. Daffy : show
  28. Daffy : Show1
  29. Daffy : Threaten
  30. Daffy : PlayFile "Sounds\Export\Scr26-DD StandBack.wav"
  31.  
  32. Bugs : MoveTo top of previewarea control 1003 + -40 -40 speed 0            ; Redo button    1003
  33. Bugs : show
  34. Bugs : show2
  35. Bugs : LookRight
  36. Daffy: LookLeft
  37. Bugs : explain
  38. Bugs : PlayFile "Sounds\Export\Scr26-BB RelaxDaffy.wav"
  39. Daffy: Confused
  40. Bugs : LookUp
  41. Daffy : hide2
  42. Daffy : hide
  43.  
  44. Bugs : GestureRight
  45. Bugs : PlayFile "Sounds\Export\Scr26-BB WhereDidTheyPut.wav"
  46. Bugs : hide3
  47. Bugs : hide
  48.  
  49. ;------------------------------------------------------------------------------------------------------------
  50. On Subsequent Enter Workshop ; CHANGED ON 10/25
  51.  
  52. Leo : Show
  53. Leo : MoveTo center of Application Frame speed 0
  54. Leo : Surprised
  55. Leo : "Watch out!"
  56. Leo : ChangeColorRed
  57. Leo : "You are about to turn your project into a jpeg file that isn't editable."
  58. Leo : Warn
  59. Leo : "This may take a few minutes, so don't go too far!"
  60. Leo : Restpose
  61. Leo : MoveTo Leo default position speed 0
  62.  
  63. Daffy : MoveTo right of workshop control 1012 + +200 -45 speed 0            ; IDC_LABEL_FILE_NAME  1012
  64. Daffy : show
  65. Daffy : Show1
  66. Daffy : exclaim
  67. Daffy : PlayFile "Sounds\Export\Scr26-DD LetsSaveTreasure.wav"
  68. Daffy : Hide1
  69. Daffy : Hide
  70.  
  71. ;------------------------------------------------------------------------------------------------------------
  72. On Nothing 60 seconds ; DONE
  73.  
  74. Leo: Show
  75. Leo: greet
  76. Leo: "Hi USER FIRST NAME!"
  77. Leo: getattention
  78. Leo: "Did you go to the kitchen?"
  79. Leo: pleased
  80. Leo: "If you're hungry, I have snacks right here!"
  81. Leo: lookAround
  82. Leo: surprised
  83. Leo: "Ooop! I ate them already!"
  84. Leo: private
  85. Leo: "If you need help, come down here and click on me."
  86. Leo: restpose
  87.  
  88. ;------------------------------------------------------------------------------------------------------------
  89. On Help Request ; CHANGED ON 10/25
  90.  
  91. Leo:    StopAll                                                    ; LS 1/12/00: Stop agents animation
  92. Daffy:    StopAll
  93. Bugs:    StopAll
  94. Daffy:    Hide
  95. Bugs:    Hide
  96.  
  97. Leo : Show
  98. Leo : MoveTo center of Application Frame speed 0
  99. Leo : Explain
  100. Leo : "Let's put this file on a removable disk, such as a floppy or a Zip disk, so you can take it with you."
  101. Leo : Surprised
  102. Leo : "Watch out!"
  103. Leo : ChangeColorRed
  104. Leo : "This will turn your project into a jpeg file that isn't editable."
  105. Leo : Warn
  106. Leo : "This may take a few minutes, so don't go too far!"
  107.  
  108. Leo: MoveTo left of workshop control 1004 + 30 20  speed 1                ; IDC_FOLDER_SELECTOR  1004
  109. Leo: gestureUp
  110. Leo: "Use this arrow to scroll through the folders, then choose one to keep your projects in."
  111. Leo: Explain
  112. Leo: "It's up to you!"
  113. Leo: suggest
  114. Leo: "You could ask a grown-up for help if you're not sure what to do!"
  115.  
  116. Leo: moveTo right of Workshop control 1007 + 0 20 speed 1            ; IDC_PATH_PLACEHOLDER      1007
  117. Leo: gestureRight
  118. Leo: "Click any folder to open it and see the photos inside."
  119.  
  120. Leo: MoveTo right of workshop control 1012 + -40 0  speed 1            ; IDC_LABEL_FILE_NAME 1012
  121. Leo: Warn
  122. Leo: "Remember to give your project a name so that you can find it later!"
  123. Leo: GestureLeft
  124. Leo: "Type it here!"
  125.  
  126. Leo: MoveTo Leo default position speed 0.5
  127. Leo: GestureLeft
  128. Leo: "Click the green checkmark to transform your project!"
  129. Leo: Restpose