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

  1. ; REVISED BY CHRIS ON 10/13 -- PBM LOADING ; REVIEWED ON 01/10/00
  2. ; ------------------------------------
  3. ; - EWBPhotoGallery 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; DONE ON 10/03; CHANGED on 01/10/00
  14.  
  15. Leo: Show
  16. Leo: Acknowledge
  17. Leo: "Let me guess" 
  18. Leo: "Would you rather use these photos?" ; new
  19.  
  20. Leo: Warn
  21. Leo: "First make sure that the yellow PhotoFun Content Disk is in your CD-ROM player!"
  22.  
  23. Leo : moveTo center of Workshop control 1006 + 0 -10 speed 0            ;IDC_ALBUMSELECTOR               1006
  24. Leo : gestureRight
  25. Leo : "Click this album to see the photos it contains."
  26.  
  27. Leo: MoveTo center of Workshop control 1005 speed 0                    ; Item Selector                
  28. Leo: "Then select a photo you like here."
  29.  
  30. Leo: MoveTo center of Workshop Control 1012 + -80 0 speed 0             ; View button            
  31. Leo: GestureLeft
  32. Leo: "You can click this preview button to see a larger version of your photo,"
  33.  
  34. Leo: MoveTo center of Workshop Control 1012 + 80 0 speed 0            ; View button            
  35. Leo: GestureAt center of Workshop control 1012
  36. Leo: "and click it again to switch back to the Photo Room."
  37.  
  38. Leo: MoveTo Leo default position speed 0           
  39. Leo: GestureLeft
  40. Leo: "When you're done, click on the green OK button!"
  41. Leo: Restpose
  42.  
  43. ;---------------------------------------------------------------------------------------------------------
  44. On Subsequent Enter Workshop ; REVISED ON 10/10 : PBM NE SE LOAD PAS!!!!; CHANGED on 01/10/00
  45.  
  46. Bugs: MoveTo center of Workshop Control 1012 + -130 -50 speed 1             ; View button           
  47. Bugs: Show
  48. Bugs: Show2
  49. Bugs: Suggest
  50. Bugs: PlayFile "Sounds\EWBPhotoGallery\Scr12c-BB BeVeryVeryQuiet.wav"
  51. Bugs: Hide1
  52. Bugs: Hide
  53.  
  54. ;---------------------------------------------------------------------------------------------------------
  55. On Nothing 60 seconds  ; DONE ON 10/03
  56.  
  57. Leo: MoveTo Leo default position speed 0               
  58. Leo: Show
  59. Leo: GetAttention
  60. Leo: "Don't know which photo to choose?"
  61. Leo: Private
  62. Leo: "If you feel lost, double-click me for help."
  63. Leo: Restpose
  64.  
  65. ;---------------------------------------------------------------------------------------------------------
  66. On Help Request  ; REVISED ON 10/13
  67.  
  68. Leo:    StopAll                                                    ; LS 1/12/00: Stop agents animation
  69. Daffy:    StopAll
  70. Bugs:    StopAll
  71. Daffy:    Hide
  72. Bugs:    Hide
  73.  
  74. Leo: MoveTo Leo default position speed 0               
  75. Leo: Show
  76. Leo: Surprised
  77. Leo: "Wow, that's great!"
  78.  
  79. Leo: MoveTo right of Workshop Control 10206 + 50 0 speed 1             ; hand+CD icon            
  80. Leo: GestureAt left of Workshop control 10206
  81. Leo: "Click this button to get different photos!"
  82. Leo: Warn
  83. Leo: "But before, make sure that the yellow PhotoFun Content Disk is in your CD-ROM player!"
  84.  
  85. Leo : moveTo center of Workshop control 1006 + 50 -10 speed 1             ;IDC_ALBUMSELECTOR               1006
  86. Leo : gestureRight
  87. Leo : "Click this album to see the photos it contains."
  88.  
  89. Leo: MoveTo center of Workshop control 1005 speed 1                    ; Item Selector                
  90. Leo: "Then select here a photo you like."
  91.  
  92. Leo: MoveTo center of Workshop Control 1012 + -80 0 speed 1             ; View button            
  93. Leo: GestureLeft
  94. Leo: "You can click the preview button to see a larger version of your photo,"
  95.  
  96. Leo: MoveTo center of Workshop Control 1012 + 80 0 speed 1             ; View button            
  97. Leo: GestureAt center of Workshop control 1012
  98. Leo: "and click it again to switch back to the Photo Room."
  99.  
  100. Leo: MoveTo Leo default position speed 1               
  101. Leo: Private
  102. Leo: "When you have found the photo you like, click on the green OK button to continue."
  103. Leo: GetAttention
  104. Leo: "Remember USER FIRST NAME: the new photo will be automatically saved in your Library!"
  105. Leo: Restpose
  106.  
  107.