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

  1. ; DONE 10/03 -- REVISED BY CHRIS ON 10/13
  2. ; ------------------------------------
  3. ; - ACME 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. On First Enter Workshop ; DONE 10/03
  13. Bugs: MoveTo bottom of WORKSHOP FRAME + -70 -85 speed 0
  14. Bugs: Show
  15. Bugs: Show3
  16. Bugs: Pleased
  17. Bugs: PlayFile "Sounds\Acme\Scr20-BB WannaSpiceUp.wav"
  18. Bugs: GestureUp
  19. Bugs: PlayFile "Sounds\Acme\Scr20-BB UsePropSillierBetter.wav"
  20. Bugs: Hide3
  21. Bugs: Hide
  22.  
  23. ;----------------------------------------------------------------------------------------------------
  24. On Subsequent Enter Workshop ; DONE 10/03
  25. Daffy: MoveTo bottomleft of WORKSHOP FRAME + -120 -83 speed 0
  26. Daffy: Show
  27. Daffy: Show4
  28. Daffy: Surprised
  29. Daffy: PlayFile "Sounds\Acme\Scr20-DD BrotherDontEnvyYou.wav"
  30. Daffy: Ironic
  31. Daffy: PlayFile "Sounds\Acme\Scr20-DD HowChooseGreatPhotos.wav"
  32. Daffy: Pleased
  33. Daffy: Hide4
  34. Daffy: Hide
  35.  
  36. ;----------------------------------------------------------------------------------------------------
  37. On Nothing 60 seconds; DONE
  38. Leo: MoveTo Leo default position speed 0               
  39. Leo: Show
  40. Leo: Surprised
  41. Leo: "Look at all the choices!"
  42. Leo: GestureUp
  43. Leo: "Pick something funny and see how it looks!"
  44. Leo: Restpose
  45.  
  46. ;----------------------------------------------------------------------------------------------------
  47. On Help Request ; DONE on 10/13; REVIEWED ON 01/10/00
  48.  
  49. Leo:    StopAll                                                    ; LS 1/12/00: Stop agents animation
  50. Daffy:    StopAll
  51. Bugs:    StopAll
  52. Daffy:    Hide
  53. Bugs:    Hide
  54.  
  55. Leo: MoveTo Leo default position speed 0               
  56. Leo: Show
  57. Leo: MoveTo top of WORKSHOP FRAME + 200 50 speed 1
  58. Leo: GestureAt center of Workshop control 1006
  59. Leo: "These folders have lots of funny props and characters you can add to your project."
  60. Leo: Explain
  61. Leo: "Try making crazy cartoon faces with your photos!"
  62.  
  63. Leo: MoveTo center of WORKSHOP FRAME  speed 0.5
  64. Leo: gestureAt center of PREVIEWAREA FRAME
  65. Leo: "To add a prop, drag and drop it on your design."
  66. Leo: ChangeColorRed
  67. Leo: "If you are working on a project like stickers or magnets, click a sticker first. Then click your prop ." 
  68.  
  69. Leo : moveTo top of PREVIEWAREA control 304 + 15 -50 speed 0.5        ; Repositioning button
  70. Leo: gestureDown
  71. Leo: "To change the size or position of the prop you added, click the Control Room button here."
  72.  
  73. Leo: MoveTo top of PREVIEWAREA control 1004 + 10 -35 speed 1        ; UNDO
  74. Leo: GestureDown
  75. Leo: "If you want to undo what you just did, click this button."
  76. Leo: Restpose
  77.  
  78. Leo: MoveTo Leo default position speed 0.5
  79.