home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / BlondesBrunettes.dxr / Internal_77.ls < prev    next >
Encoding:
Text File  |  2002-01-25  |  268 b   |  12 lines

  1. global tableau
  2.  
  3. on exitFrame me
  4.   go(the frame)
  5.   repeat with i = 144 to 151
  6.     if tableau[makesymbol(sprite(i).myrow)].cards.count = 0 then
  7.       next repeat
  8.     end if
  9.     sprite(i).loc = tableau[makesymbol(sprite(i).myrow)].getlastcard().location
  10.   end repeat
  11. end
  12.