home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 1997 September / Personal_Computer_World_Sep_97.iso / DXRS / SLIPCW09.DXR / 00005.ls < prev    next >
Encoding:
Text File  |  1997-06-27  |  263 b   |  14 lines

  1. on enterFrame
  2.   repeat with i = 1 to 48
  3.     set the loc of sprite i to point(2000, 2000)
  4.   end repeat
  5.   set the loc of sprite 11 to point(100, 100)
  6. end
  7.  
  8. on exitFrame
  9.   go(the frame)
  10.   if the mouseDown and (the mouseCast <> "longtext") then
  11.     go(1)
  12.   end if
  13. end
  14.