home *** CD-ROM | disk | FTP | other *** search
/ Jurassic Jigsaws / JURASSIC.BIN / mmvdemo.dir / 00311_Script_311 < prev    next >
Text File  |  1996-09-24  |  203b  |  11 lines

  1. on mouseUp
  2.   global whoGoesNow
  3.   if whoGoesNow = "you" then
  4.     startTimer
  5.     killSounds
  6.     if the visibility of sprite 32 = FALSE then
  7.       pullingOpponentsCard()
  8.     end if
  9.   end if
  10.   
  11. end