home *** CD-ROM | disk | FTP | other *** search
/ LAUNCH 3 / LAUNCH.BIN / pc / sony / highdes.dir / 00278_Script_278 < prev    next >
Text File  |  1995-06-07  |  337b  |  16 lines

  1. on enterFrame
  2.   CURSORENTERFRAME
  3. end
  4.  
  5. on exitFrame
  6.   global gDoneThatList
  7.   KillQTSound
  8.   
  9.   --check if already clicked on cactus
  10.   if voidp(gDoneThatList) then put [] into gDoneThatList
  11.   
  12.   if getOne(gDoneThatList, #Cactus) <> 0 then
  13.     PlayQTSound "BEENTHER.MOV"
  14.   end if
  15.   SCOREMINICLICK #Cactus, 5, "SDKG023.MOV"
  16. end