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

  1. --from outahere to payoff
  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.     go to movie "MAINMOV.DIR"  -----IS THIS CORRECT PLACE TO GO??
  10.   else
  11.     HIDENEEDLE
  12.     puppetsprite(28), false  --so no motorcycle stamp
  13.     put the duration of cast "SALLCHOR.MOV" into gQTDuration
  14.     PlayQTSound "SALLCHOR.MOV"
  15.     go "Mesa"
  16.   end if
  17.   
  18. end
  19.