home *** CD-ROM | disk | FTP | other *** search
/ DIGIZINE 1 / DIGIZINE.BIN / main / sony / highdes.dir / 00321_Script_321 < prev    next >
Text File  |  1995-09-12  |  386b  |  21 lines

  1. --GO 'mm'
  2.  
  3. on mouseUp
  4.   global gDesScore, gDoneThatList,gQTDuration
  5.   global gDoneOnce
  6.   
  7.   if not listp(gDoneThatList) then put [] into gDoneThatList
  8.   
  9.   if gDoneThatList = [] then
  10.     put TRUE into gDoneOnce
  11.     go to movie "MAINMOV.DIR"
  12.   else
  13.     puppetsprite(46), false
  14.     puppetsprite(28), false
  15.     cursor 4
  16.     -- ARROWCURSOR
  17.     go "mm"
  18.   end if
  19.   
  20.   
  21. end