home *** CD-ROM | disk | FTP | other *** search
/ LAUNCH 3 / LAUNCH.BIN / pc / sony / highdes.dir / 00042_Script_42 < prev    next >
Text File  |  1995-06-07  |  333b  |  17 lines

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