home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / bar.dir / 00079_Script_79 < prev    next >
Text File  |  1994-12-03  |  379b  |  17 lines

  1. on exitframe
  2.   global nearmiss,getitems,seedog
  3.   set nearmiss=1
  4.   set the cursor of sprite 3=[243,244]
  5.   if not(getat(getitems,2)) and not(getat(getitems,6)) and seedog then
  6.     set the cursor of sprite 4=[243,244]
  7.   end if
  8.   set the cursor of sprite 10=[243,244]
  9.   set the cursor of sprite 29=[243,244]
  10.   set the cursor of sprite 30=[243,244]
  11.   go to 11
  12. end
  13.  
  14.  
  15.  
  16.  
  17.