home *** CD-ROM | disk | FTP | other *** search
/ LAUNCH 3 / LAUNCH.BIN / pc / sony / highdes.dir / 00048_Script_48 < prev    next >
Text File  |  1995-06-07  |  395b  |  21 lines

  1. on enterFrame
  2.   CURSORENTERFRAME
  3. end
  4.  
  5. on exitFrame
  6.   global gDoneThatList
  7.   KillQTSound
  8.   
  9.   set the movierate of sprite(15) = 0
  10.   updateStage
  11.   
  12.   --check if already clicked on cactus
  13.   if voidp(gDoneThatList) then put [] into gDoneThatList
  14.   
  15.   if getOne(gDoneThatList, #Liz) <> 0 then
  16.     PlayQTSound "BEENTHER.MOV"
  17.   end if
  18.   
  19.   SCOREMINICLICK #Liz,5,"SDKG026.MOV"
  20.   
  21. end