home *** CD-ROM | disk | FTP | other *** search
/ DIGIZINE 1 / DIGIZINE.BIN / main / sony / highdes.dir / 00294_Script_294 < prev    next >
Text File  |  1995-09-12  |  331b  |  19 lines

  1. --GO 'OUTAHERE'
  2.  
  3. on mouseUp
  4.   global gDesScore, gDoneThatList,gQTDuration
  5.   
  6.   if not listp(gDoneThatList) then put [] into gDoneThatList
  7.   
  8.   if gDoneThatList = [] then
  9.     DisposeQuit
  10.   else
  11.     puppetsprite(46), false
  12.     puppetsprite(28), false
  13.     cursor 4
  14.     HIDENEEDLE
  15.     go "outahere"
  16.   end if
  17.   
  18.   
  19. end