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

  1. ; REVISED BY CHRIS ON 10/13
  2. ; ------------------------------------
  3. ; - Distortion 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/10
  14. Bugs: MoveTo bottom of Workshop frame + 0 -85  speed 1
  15. Bugs: Show
  16. Bugs: show2
  17. Daffy: MoveTo bottom of PREVIEWAREA FRAME + 0 -83 speed 1
  18. Daffy: Show
  19. Daffy: Show2
  20. Bugs: greet
  21. Daffy: LookRight
  22. Bugs: PlayFile "Sounds\Distortion\Scr14-BB FinallyFoundSomethg.wav"
  23. Daffy: Surprised
  24. Daffy: PlayFile "Sounds\Distortion\Scr14-DD Impossible.wav"
  25. Bugs: acknowledge
  26. Bugs: PlayFile "Sounds\Distortion\Scr14-BB YahThinkSoHuh.wav"
  27. Daffy: confused
  28. Bugs: GestureUp
  29. Bugs: PlayFile "Sounds\Distortion\Scr14-BB WellAllHaveToDo.wav"
  30. Daffy: Angry
  31. Daffy: PlayFile "Sounds\Distortion\Scr14-DD YouReDespicable.wav"
  32. Bugs: Hide2
  33. Daffy: Hide6
  34. Daffy: Hide
  35. Bugs: Hide
  36.  
  37. ;---------------------------------------------------------------------------------------------------------
  38. On Subsequent Enter Workshop ; DONE ON 10/10
  39. Daffy: MoveTo right of Workshop Control 1002 + +80 -20  speed 0          ;IDC_DISTORT_ORIGINAL_BUTTON
  40. Daffy: Show
  41. Daffy: show3
  42. Daffy: Congratulate
  43. Daffy: PlayFile "Sounds\Distortion\Scr14-DD hoohoo.wav"
  44. Daffy: Acknowledge
  45. Daffy: PlayFile "Sounds\Distortion\Scr14-DD IcantWaitToDistort.wav"
  46. Daffy: Hide2
  47. Daffy: Hide
  48.  
  49. ;---------------------------------------------------------------------------------------------------------
  50. On Nothing 60 seconds ; DONE
  51. Leo: MoveTo Leo default position speed 0
  52. Leo: Show
  53. Leo: GetAttention
  54. Leo: "Come on USER FIRST NAME! Let's make your photos crazy!"
  55. Leo: restpose
  56.  
  57. ;---------------------------------------------------------------------------------------------------------
  58. On Help Request ; DONE
  59.  
  60. Leo:    StopAll                                                    ; LS 1/12/00: Stop agents animation
  61. Daffy:    StopAll
  62. Bugs:    StopAll
  63. Daffy:    Hide
  64. Bugs:    Hide
  65.  
  66. Leo: MoveTo bottom of Workshop frame + 0 -40  speed 1
  67. Leo: Show
  68. Leo: GestureUp
  69. Leo: "Hey USER FIRST NAME, this part is so fun!"
  70. Leo: Explain
  71. Leo: "Click an Effects button to distort your photo!"
  72. Leo: Pleased
  73. Leo: "You can twirl it and squish it and do all kinds of funny things!"
  74. Leo: Surprised
  75. Leo: "Hey! You know what?"
  76. Leo: Private
  77. Leo: "Click a button once to distort your photo a little, or click it more often to distort your photo a lot!"
  78. Leo: MoveTo center of Workshop Control 1002 + 100 0 speed 1            ;IDC_DISTORT_ORIGINAL_BUTTON     1002
  79. Leo: "If you donÆt like what you see, click back on this button."
  80. Leo: GestureRight
  81. Leo: "Here!"
  82. Leo: MoveTo leo default position speed 0.5
  83.  
  84.