home *** CD-ROM | disk | FTP | other *** search
/ LAUNCH 2 / LAUNCH.BIN / mac / SONY / PAYOFF.DIR / 00036_Script_36 < prev    next >
Text File  |  1995-06-07  |  387b  |  21 lines

  1. --play which animal you are
  2.  
  3. on exitFrame
  4.   global gKarmicAnimal,QTKarmic,QTSoundChannel
  5.   
  6.   -- SETNEEDLE
  7.   SETANIMAL
  8.   
  9.   if the machinetype <> 256 then
  10.     set the movierate of sprite(QTKarmic) = 1
  11.   end if
  12.   
  13.   set PlayThisSound = gKarmicAnimal & ".MOV"
  14.   
  15.   PlayQTSound PlayThisSound
  16.   
  17.   
  18.   --  
  19.   --  puppetsound (gKarmicAnimal & ".AIFF")
  20.   --  updatestage
  21. end