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

  1. ; CREATED ON 10/06 -- REVISED BY CHRIS ON 10/13 -- REVISED ON 10/28
  2. ; ------------------------------------
  3. ; - Share Upload "My Internet" 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  ; CREATED ON 10/06 -- REVISED ON 10/28
  14.  
  15. Leo: MoveTo Leo default position speed 0
  16. Leo: Show
  17.  
  18. Leo: MoveTo Center of Workshop frame + 0 100 speed 0.5
  19. Leo: Greet
  20. Leo: "Hey USER FIRST NAME, let's share your masterpiece with the world through the Internet!"
  21.  
  22. Leo: GestureUp
  23. Leo: "First, select the Photo Service you want to post your artwork to."
  24. Leo: ChangeColorRed
  25. Leo: "Then follow the instructions carefully!"
  26. Leo: Private
  27. Leo: "If you didn't select any Photo Services during installation, they won't show up here."
  28. Leo: Explain
  29. Leo: "Try reinstalling PhotoFun if you change your mind."
  30.  
  31. Leo: MoveTo Center of Workshop frame + 0 200 speed 0.5
  32. Leo: Suggest
  33. Leo: "Actually, why don't you ask your parents first?"
  34.  
  35. Leo: MoveTo Leo default position speed 0.5
  36. Leo: Restpose
  37.  
  38. ;---------------------------------------------------------------------------------------------------------
  39. On Subsequent Enter Workshop ; CREATED ON 10/06 -- REVISED ON 10/28
  40.  
  41. Bugs: MoveTo top of previewarea control 1003 + 0 -50 speed 0.5        ; Redo Button
  42. Bugs: Show
  43. Bugs: Show1
  44. Bugs: Congratulate
  45. Bugs: PlayFile "Sounds\Upload\Scr27-BB ArentWeThepopularOnes.wav"
  46.  
  47. Daffy: MoveTo top of previewarea control 1007 + 0 -50 speed 1        ; Trash Button
  48. Daffy: Show
  49. Bugs: Restpose
  50. Daffy: Show5
  51. Daffy: Pleased
  52. Daffy: PlayFile "Sounds\Upload\Scr27-DD NoThanksToYou.wav"
  53.  
  54. Bugs: PlayFile "Sounds\Upload\Scr27-BB YoureWelcome.wav"
  55. Bugs: Hide2
  56. Daffy: Hide6
  57.  
  58. Bugs: Hide
  59. Daffy: Hide
  60.  
  61. ;---------------------------------------------------------------------------------------------------------
  62. On Nothing 60 seconds ; DONE ON 10/03
  63.  
  64. Leo: MoveTo Leo default position speed 0               
  65. Leo: Show
  66. Leo: Warn
  67. Leo: "I bet you should ask your parents if you can use the Internet!"
  68. Leo: Pleased
  69. Leo: "Am I right?"
  70. Leo: Restpose
  71.  
  72. ;---------------------------------------------------------------------------------------------------------
  73. On Help Request ; CREATED ON 10/06 -- REVISED ON 10/28
  74.  
  75. Leo:    StopAll
  76. Daffy:    StopAll
  77. Bugs:    StopAll
  78. Daffy:    Hide
  79. Bugs:    Hide
  80.  
  81. Leo: MoveTo Leo default position speed 0
  82. Leo: Show
  83.  
  84. Leo: MoveTo Center of Workshop frame + 0 100 speed 0.5
  85. Leo: Announce
  86. Leo: "Hey USER FIRST NAME, let's share your masterpiece with the world through Internet!"
  87.  
  88. Leo: Private
  89. Leo: "If you didn't select any Photo Services during installation, they won't show up here."
  90. Leo: Explain
  91. Leo: "Try reinstalling PhotoFun if you change your mind."
  92.  
  93. Leo: Acknowledge
  94. Leo: "We have great partners here to help you!"
  95. Leo: GetAttention
  96. Leo: "Let's see how to use them..."
  97.  
  98. Leo: GestureUp
  99. Leo: "Here are a list of Photo Services where you can put your artwork."
  100. Leo: Suggest
  101. Leo: "You can even order high-quality reprints or gifts made from your masterpiece!"
  102. Leo: Explain
  103. Leo: "First select the Photo Service you want to use..."
  104. Leo: ChangeColorRed
  105. Leo: "then follow the instructions carefully!"
  106.  
  107. Leo: MoveTo Center of Workshop frame + 0 200 speed 0.5
  108. Leo: Surprised
  109. Leo: "Wow! You might have to type a password!"
  110. Leo: Suggest
  111. Leo: "Actually, why don't you ask your parents first?"
  112.  
  113. Leo: MoveTo Leo default position speed 0.5
  114. Leo: Restpose
  115.