home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 24 / MacAddict_024_1998_08.iso / Media / Software.dxr / Internal_24.ls < prev    next >
Encoding:
Text File  |  1998-06-04  |  376 b   |  24 lines

  1. on enterFrame
  2.   repeat with i = 3 to 5
  3.     set the visible of sprite i to 0
  4.   end repeat
  5. end
  6.  
  7. on exitFrame
  8.   pointCursor(2)
  9.   pointCursor(6)
  10.   pointCursor(7)
  11.   pointCursor(8)
  12.   pointCursor(9)
  13.   pointCursor(10)
  14.   pointCursor(12)
  15.   pointCursor(13)
  16.   pointCursor(14)
  17.   pointCursor(15)
  18.   pointCursor(16)
  19.   pointCursor(18)
  20.   pointCursor(19)
  21.   pointCursor(20)
  22.   pointCursor(23)
  23. end
  24.