home *** CD-ROM | disk | FTP | other *** search
/ CD Actual: Windows XP / CDWindowsXP.iso / Multimedia.dxr / 00060.ls < prev    next >
Encoding:
Text File  |  2001-10-02  |  172 b   |  10 lines

  1. on exitFrame me
  2.   cursor([24, 25])
  3.   set the cursor of sprite 7 to [22, 23]
  4.   if rollover(7) then
  5.     sprite(30).visible = 1
  6.   else
  7.     sprite(30).visible = 0
  8.   end if
  9. end
  10.