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

  1. REVIEWED ON 10/10 (ligntened + got rid of moves)-- REVISED BY CHRIS ON 10/13;  REVIEWED ON 01/12/00
  2. ; ------------------------------------
  3. ; - Select Template 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
  14.  
  15. Leo : moveTo right of Workshop control 1006 + 20 -20 speed 0        ; IDC_ALBUMSELECTOR               1006
  16. Leo : show                    
  17. Leo : lookRight
  18. Leo :  "Look!"
  19. Leo : GestureAt center of Workshop control 1006                    ;IDC_ALBUMSELECTOR               1006
  20. Leo : "Here are all the different projects you can make!"
  21.  
  22. Leo : moveTo center of Workshop frame speed 0
  23. Leo : lookAround
  24. Leo : "Choose the template you like!"
  25.  
  26. Leo: MoveTo right of navbar frame + -50 -50 speed 0               
  27. Leo : GestureDown
  28. Leo : "Then click the green arrow to change it!"
  29. Leo: Restpose
  30.  
  31. Leo: MoveTo Leo default position speed 0
  32. Leo: "Remember, USER FIRST NAME: you can double-click me if you need help!"
  33. Leo: Restpose
  34.  
  35. ;----------------------------------------------------------------------------------------------------------
  36. On Coming From Fun Lab ; DONE
  37.  
  38. Daffy : MoveTo top of previewarea control 1007 + 15 -35 speed 0            ; Trash button    1007
  39. Daffy : show
  40. Daffy : Show7
  41. Daffy : LookUp
  42. Daffy : confused
  43. Daffy : PlayFile "Sounds\SelectTemplate\Scr7-DD YeeshIDontBlameYa.wav"    
  44.  
  45. Bugs : MoveTo top of previewarea control 1003 + -40 -40 speed 0            ; Redo button    1003
  46. Bugs : show
  47. Bugs : show3
  48. Daffy: LookLeft
  49. Bugs : GestureRight
  50. Bugs : PlayFile "Sounds\SelectTemplate\Scr7-BB IhaventSeenAtrocious.wav"
  51. Bugs : hide3
  52. Bugs : hide
  53.  
  54. Daffy : angry
  55. Daffy : PlayFile "Sounds\SelectTemplate\Scr7-DD EverybodysDoingStandups.wav"
  56. Daffy : hide5
  57. Daffy : hide
  58.  
  59. ;----------------------------------------------------------------------------------------------------------
  60. On Subsequent Enter Workshop ; DONE - lightened on 10/10
  61. Daffy : MoveTo left of navbar FRAME + 30 -120 speed 1
  62. Daffy : show
  63. Daffy : ironic
  64. Daffy : PlayFile "Sounds\SelectTemplate\Scr7-DD HowLikeThat.wav"
  65. Daffy : Acknowledge
  66. Daffy : PlayFile "Sounds\SelectTemplate\Scr7-DD SuchAChoice.wav"
  67. Daffy : hide
  68.  
  69. ;----------------------------------------------------------------------------------------------------------
  70. On Nothing 60 seconds ; DONE
  71. Leo : MoveTo Leo default position speed 1
  72. Leo : Show
  73. Leo : explain
  74. Leo : "That's okay, all great artists take their time."
  75. Leo : announce
  76. Leo : "It took Michelangelo almost five years to paint the Sistine Chapel!"
  77. Leo : pleased
  78. Leo : "Just double-click on me if you need help!"
  79. Leo : Restpose
  80.  
  81. ;----------------------------------------------------------------------------------------------------------
  82. On Help Request; DONE;  REVIEWED ON 01/12/00
  83.  
  84. Leo:    StopAll                                                    ; LS 1/12/00: Stop agents animation
  85. Daffy:    StopAll
  86. Bugs:    StopAll
  87. Daffy:    Hide
  88. Bugs:    Hide
  89.  
  90. Leo : Show
  91. Leo : moveTo center of Workshop control 1006 + 0 8 speed 1             ;IDC_ALBUMSELECTOR               1006
  92. Leo : gestureLeft
  93. Leo : "Use the right arrow"
  94. Leo : gestureRight
  95. Leo : "and the left one there to pick a project"; new
  96. Leo : GestureAt center of Workshop control 1005                    ;IDC_ITEMSELECTOR                1005
  97. Leo : "then just click the design you like!"
  98.  
  99. Leo : moveTo topleft of PREVIEWAREA control 1031 + -50 40 speed 1        ;IDC_FUN_SLIDER
  100. Leo : GestureLeft
  101. Leo : "You can use this magnifying glass to zoom in..."
  102.  
  103. Leo : moveTo Bottomleft of PREVIEWAREA control 1031 + -50 55 speed 1
  104. Leo : GestureLeft
  105. Leo : "and this one to zoom out."       
  106. Leo : GestureDown
  107. Leo : "Then click the green arrow to start creating your masterpiece!"
  108.  
  109. Leo : MoveTo leo default position speed 0.5               
  110.