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

  1. ; REVISED BY CHRIS ON 10/13
  2. ; ------------------------------------
  3. ; - Sign In 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
  14. Leo: MoveTo center of Workshop frame + 250 50 speed 1
  15. Leo: Show
  16. Leo: Greet
  17. Leo: "Hi! I'm Leo the Firefly! Welcome to PhotoFun, where all the great Looney Tunes live!"
  18. Leo: Surprised
  19. Leo: "Hey, here comes one now!"
  20. Leo: MoveTo Leo default position speed 0.2               
  21.  
  22. Bugs: MoveTo center of Workshop frame + -360 133 speed 3
  23. Bugs: Show
  24. Bugs: Show2
  25. Bugs: Greet
  26. Bugs: PlayFile "Sounds\SignIn\Scr1-BB WhatsUp.wav"
  27. Bugs: Restpose
  28.  
  29. Daffy: MoveTo center of previewarea frame + 25 -72 speed 0
  30. Daffy: Show
  31. Daffy: Show6
  32. Daffy: Announce
  33. Daffy: PlayFile "Sounds\SignIn\Scr1-DD DDherewithstory.wav"
  34. Daffy: GestureRight
  35.  
  36. Bugs: LooksExasperated
  37. Bugs: PlayFile "Sounds\SignIn\Scr1-BB Herewego.wav"
  38. Daffy: LookRight
  39. Bugs: Suggest
  40. Bugs: PlayFile "Sounds\SignIn\Scr1-BB Writemepassword.wav"
  41. Bugs: Restpose
  42. Daffy: Restpose
  43.  
  44. Leo: GestureLeft    
  45. Leo: "Once you've signed in, click OK to continue."
  46. Leo: restpose
  47.  
  48. ;---------------------------------------------------------------------------------------------------------
  49. On Nothing 60 seconds ; DONE
  50. Leo: StopAll
  51. Leo: MoveTo Leo default position speed 1
  52. Leo: Show
  53. Leo: GestureLeft                                    ; VALIDATE_BUTTON
  54. Leo: "Once you've signed in, click OK to continue."
  55. Leo: Pleased
  56. Leo: "Anytime you need help, double-click on me!"
  57. Leo: Restpose
  58.  
  59. ;---------------------------------------------------------------------------------------------------------
  60. On click on workshop control 1007      ; DONE                    ; IDC_LISTNAME    1007
  61. Bugs: StopAll
  62. Bugs: hide
  63. Leo: StopAll
  64. Daffy: StopAll
  65. Daffy: MoveTo center of previewarea frame + 25 -72 speed 0
  66. Leo: MoveTo Leo default position speed 0
  67. Daffy: Show
  68. Daffy: Acknowledge
  69. Leo: Restpose
  70.  
  71. ;---------------------------------------------------------------------------------------------------------
  72. On Help Request  ; DONE
  73.  
  74. Leo:    StopAll                                                    ; LS 1/12/00: Stop agents animation
  75. Daffy:    StopAll
  76. Bugs:    StopAll
  77. Daffy:    Hide
  78. Bugs:    Hide
  79.  
  80. Leo: MoveTo center of Workshop frame  speed 1
  81. Leo: Show
  82. Leo: Announce
  83. Leo: "Is this your first time using Looney Tunes Photo Fun?"
  84. Leo: MoveTo top of Workshop control 1008 + 0 -40 speed 1            ; IDC_LOGIN    1008
  85. Leo: GestureDown
  86. Leo: "Then type your name in the space down there!"
  87.  
  88. Leo: MoveTo center of Workshop control 1007  speed 1                ; IDC_LISTNAME    1007
  89. Leo: GestureRight
  90. Leo: "If you've been here before, find your name in this list and click."
  91.  
  92. Leo: MoveTo right of Workshop control 1009  speed 1                ; IDC_PASSWORD    1009
  93. Leo: GestureRight
  94. Leo: "Now, it's time for your secret password!"
  95. Leo: Private
  96. Leo: "Only if you wish to use one of course."
  97. Leo: Pleased
  98. Leo: Suggest
  99. Leo: "If you do use a password, write it down in case you forget it!"
  100.  
  101. Leo: MoveTo right of NAVBAR FRAME + -200 0  speed 1
  102. Leo: GestureLeft
  103. Leo: "Click the OK button, and we'll have some fun!"
  104. Leo: MoveTo leo default position speed 0.5
  105.  
  106.