home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / bar.dir / 00074.ls < prev    next >
Encoding:
Text File  |  1994-12-03  |  164 b   |  10 lines

  1. on exitFrame
  2.   if (the mouseCast >= 211) and (the mouseCast <= 217) then
  3.     cursor([245, 246])
  4.   else
  5.     cursor(-1)
  6.   end if
  7.   puppetSprite(4, 1)
  8.   go(#loop)
  9. end
  10.