home *** CD-ROM | disk | FTP | other *** search
/ Deep Throat Girls 5 / Deep Throat Girls 5.iso / mac / MAC.Dir / 00073.ls < prev    next >
Encoding:
Text File  |  1997-02-09  |  337 b   |  13 lines

  1. on exitFrame
  2.   when keyDown then nothing
  3.   cursor(-1)
  4.   set the cursor of sprite 2 to 0
  5.   set the cursor of sprite 3 to 0
  6.   set the cursor of sprite 4 to 0
  7.   set the cursor of sprite 5 to [23, 24]
  8.   set the cursor of sprite 6 to 0
  9.   set the cursor of sprite 7 to [23, 24]
  10.   set the cursor of sprite 8 to [23, 24]
  11.   go(the frame - 5)
  12. end
  13.