home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 2 #6 / CDRTV2N6.iso / ancient / search / ltdata / per.dir / 00101.ls < prev    next >
Encoding:
Text File  |  1995-11-23  |  617 b   |  28 lines

  1. on exitFrame
  2.   go(the frame)
  3.   if rollOver(20) then
  4.     set the cursor of sprite 20 to [200]
  5.   end if
  6.   if rollOver(22) then
  7.     set the cursor of sprite 22 to [200]
  8.   end if
  9.   if rollOver(23) then
  10.     set the cursor of sprite 23 to [200]
  11.   end if
  12.   if rollOver(24) then
  13.     set the cursor of sprite 24 to [200]
  14.   end if
  15.   if rollOver(35) then
  16.     set the cursor of sprite 35 to [200]
  17.   end if
  18.   if rollOver(36) then
  19.     set the cursor of sprite 36 to [200]
  20.   end if
  21.   if rollOver(37) then
  22.     set the cursor of sprite 37 to [200]
  23.   end if
  24.   if rollOver(38) then
  25.     set the cursor of sprite 38 to [200]
  26.   end if
  27. end
  28.