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

  1. ; REVISED ON 10/10 -- REVISED BY CHRIS ON 10/13
  2. ; ------------------------------------
  3. ; - InRoomMain 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 Enter Workshop  ; DONE ON 9/29
  14. Bugs: MoveTo bottomright of Workshop Control 10105 + 40 -220 speed 0        // on the desk
  15. Bugs: Show
  16. Bugs: Show2
  17. Bugs: LookUp
  18. Bugs: Explain
  19. Bugs: PlayFile "Sounds\InRoomMain\Scr11-BB NowWhereWuzWe.wav"
  20. Bugs: Restpose
  21.  
  22. Daffy: MoveTo bottomright of Workshop Control 10105 + -140 -220 speed 0        // on the desk
  23. Daffy: Show
  24. Daffy: Show3
  25. Daffy: Ironic
  26. Daffy: PlayFile "Sounds\InRoomMain\Scr11-DD ForOnceGoodQuestion.wav"
  27. Daffy: LookLeft
  28. Bugs: LookRight
  29. Bugs: Restpose
  30. Daffy: Confused
  31. Daffy: PlayFile "Sounds\InRoomMain\Scr11-DD WhereIsYourPhotoFrom.wav"
  32. Bugs: Hide2
  33. Daffy: Hide2
  34. Daffy: Hide
  35. Bugs: Hide
  36.  
  37. ;------------------------------------------------------------------------------------------------------------
  38. On Nothing 60 seconds  ; DONE ON 10/03
  39.  
  40. Leo: MoveTo Leo default position speed 0               
  41. Leo: Show
  42. Leo: GetAttention
  43. Leo: "Hey USER FIRST NAME! Are you hiding under the desk?"
  44. Leo: Suggest
  45. Leo: "Well, I'm here if you need help. Just double-click me!"
  46. Leo: Restpose
  47.  
  48. ;------------------------------------------------------------------------------------------------------------
  49. On Help Request ; REVISED ON 10/10
  50.  
  51. Leo:    StopAll                                                    ; LS 1/12/00: Stop agents animation
  52. Daffy:    StopAll
  53. Bugs:    StopAll
  54. Daffy:    Hide
  55. Bugs:    Hide
  56.  
  57. Leo: MoveTo Leo default position speed 0               
  58. Leo: Show
  59. Leo: Explain
  60. Leo: "Hey USER FIRST NAME, we are in the Photo Room!"
  61.  
  62. Leo: MoveTo left of Workshop control 10205 + -40 0 speed 1                    ; MY Photo Album
  63. Leo: GestureLeft
  64. Leo: "This is your Photo Library where all the photos you use are stored."
  65. Leo: MoveTo right of Workshop control 10201 + 0 50 speed 1                    ; Computer
  66. Leo: GestureRight
  67. Leo: "If you want to use a photo already on your computer, click here!"
  68. Leo: GestureLeft
  69. Leo: "If you have a scanner, you can scan a new picture."
  70.  
  71. Leo: MoveTo top of Workshop control 10204 + 0 -20 speed 1                        ; Camera
  72. Leo: GestureDown
  73. Leo: "Or you can get a new photo from your digital camera."
  74.  
  75. Leo: MoveTo right of Workshop control 10203 + 50 0 speed 1                    ; Internet
  76. Leo: GestureRight
  77. Leo: "You can even download a photo from the Internet!"
  78. Leo: Warn
  79. Leo: "But let's check with your parents first!"
  80.  
  81. Leo: MoveTo left of Workshop control 10206 + -40 0 speed 1                    ; professional album
  82. Leo: GestureLeft
  83. Leo: "Finally, click here if you want to use other photos!"
  84. Leo: Pleased
  85. Leo: "Just make sure the yellow Photo Fun Content Disc is in the CD-ROM player!"
  86.  
  87. Leo: MoveTo Leo default position speed 1               
  88. Leo: GestureLeft
  89. Leo: "Click the red Cancel button if you have changed your mind and you don't want to get a photo any more."
  90. Leo: Restpose
  91.  
  92.