home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / minka_c.dir / 00096_Script_96 < prev    next >
Text File  |  1994-12-03  |  479b  |  14 lines

  1. on exitFrame
  2.   global masterrunning,getpoints,getitems
  3.   set the cursor of sprite 3=[243,244]
  4.   set the cursor of sprite 4=[243,244]
  5.   if not(getat(getpoints,2)) and not(getat(getitems,5)) and masterrunning<>0 then
  6.     set the cursor of sprite 7=[243,244]
  7.   end if
  8.    if masterrunning=1 then
  9.     set the cursor of sprite 8=[243,244]
  10.     set the cursor of sprite 9=[243,244]
  11.   end if
  12.   set the cursor of sprite 29=[243,244]
  13.   set the cursor of sprite 30=[243,244]
  14. end