home *** CD-ROM | disk | FTP | other *** search
/ LAUNCH 3 / LAUNCH.BIN / pc / sony / highdes.dir / 00062_Script_62 < prev    next >
Text File  |  1995-06-07  |  407b  |  20 lines

  1. --score the cow
  2.  
  3. on enterFrame
  4.   CURSORENTERFRAME
  5. end
  6.  
  7. on exitFrame
  8.   global gDoneThatList,gQTDuration
  9.   
  10.   if voidp(gDoneThatList) then put [] into gDoneThatList
  11.   
  12.   if getOne(gDoneThatList, #Cow) <> 0 then
  13.     HoldQTSound "BEENTHER.MOV"
  14.     go "cow Roll"
  15.     -- MotoCursor
  16.   end if
  17.   
  18.   put the duration of cast "SDKG025.MOV" into gQTDuration
  19.   SCOREMINICLICK #Cow, 5,"SDKG025.MOV"
  20. end