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

  1. ; CREATED ON 10/06 -- REVISED BY CHRIS ON 10/13 -- REVISED ON 10/28
  2. ; ------------------------------------
  3. ; - InRoom Download "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 + -250 100 speed 1
  19. Leo: Announce
  20. Leo: "Here you can get photos from the Internet."
  21.  
  22. Leo: GestureUp
  23. Leo: "Up there, just select the Photo Service you want to use."
  24. Leo: CangeColorRed
  25. Leo: "Then carefully follow the instruction!"
  26.  
  27. Leo: Private
  28. Leo: "If you didn't select any Photo Services during installation, they won't show up here."
  29. Leo: Explain
  30. Leo: "Try reinstalling PhotoFun if you change your mind."
  31.  
  32. Leo: MoveTo Center of Workshop frame + -250 200 speed 1
  33. Leo: Suggest
  34. Leo: "Actually, why don't you ask your parents first?"
  35.  
  36. Leo: MoveTo Leo default position speed 1
  37. Leo: Acknowledge
  38. Leo: "The photo you download will be automatically saved in your Photo Library."
  39. Leo: Restpose
  40.  
  41. ;---------------------------------------------------------------------------------------------------------
  42. On Subsequent Enter Workshop ; CREATED ON 10/06
  43.  
  44. Bugs: MoveTo Center of Workshop frame + -300 120 speed 0.5
  45. Bugs: Show
  46. Bugs: Show3
  47. Bugs: Explain
  48. Bugs: PlayFile "Sounds\InRoomDownload\Scr12d-BB WhereIsThisSpiderWeb.wav"
  49. Bugs: Hide3
  50. Bugs: Hide
  51.  
  52. ;---------------------------------------------------------------------------------------------------------
  53. On Nothing 60 seconds ; DONE ON 10/03
  54.  
  55. Leo: MoveTo Leo default position speed 0               
  56. Leo: Show
  57. Leo: Warn
  58. Leo: "I bet you went to ask your parents if you could use the Internet!"
  59. Leo: Explain
  60. Leo: "Am I right?"
  61. Leo: Restpose
  62.  
  63. ;---------------------------------------------------------------------------------------------------------
  64. On Help Request ; CREATED ON 10/06 -- REVISED ON 10/28
  65.  
  66. Leo:    StopAll                                                    ; LS 1/12/00: Stop agents animation
  67. Daffy:    StopAll
  68. Bugs:    StopAll
  69. Daffy:    Hide
  70. Bugs:    Hide
  71.  
  72. Leo: MoveTo Leo default position speed 0
  73. Leo: Show
  74.  
  75. Leo: MoveTo Center of Workshop frame + -250 100 speed 1
  76. Leo: Announce
  77. Leo: "Here you can get photos from the Internet!"
  78. Leo: Private
  79. Leo: "If you didn't select any Photo Services during installation, they won't show up here."
  80. Leo: Explain
  81. Leo: "Try reinstalling PhotoFun if you change your mind."
  82.  
  83. Leo: MoveTo Center of Workshop frame + -250 200 speed 1
  84. Leo: GestureUp
  85. Leo: "Here are a list of the Photo Services you can use to retrieve photos."
  86. Leo: Explain
  87. Leo: "First select the Photo Service you want to use."
  88. Leo: Warn
  89. Leo: "Then follow the instructions carefully!"
  90. Leo: Surprised
  91. Leo: "Wow! You might have to type a password!"
  92. Leo: Suggest
  93. Leo: "Actually, why don't you ask your parents first?"
  94.  
  95. Leo: MoveTo Leo default position speed 1
  96. Leo: Pleased
  97. Leo: "The photo you are going to download will be automatically saved in your Photo Library."
  98. Leo: Restpose
  99.