home *** CD-ROM | disk | FTP | other *** search
/ Jurassic Jigsaws / JURASSIC.BIN / mmvdemo.dir / 00408_Script_408 < prev    next >
Text File  |  1996-09-24  |  259b  |  8 lines

  1. on exitFrame
  2.   global yourCardsList, cardCounter, currentOpp, whoGoesNow, timerReset
  3.   if cardCounter >= count(yourCardsList) then
  4.     if whoGoesNow = "you" then puppetsound "OmHmUfrs.aif"
  5.     set timerReset = 1
  6.     go to frame currentOpp 
  7.   end if
  8. end