home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 2 #6 / CDRTV2N6.iso / ancient / search / ltdata / per.dir / 00043_Script_43 < prev    next >
Text File  |  1995-11-23  |  631b  |  13 lines

  1. on enterFrame
  2.   if rollover (3) then go to "Table"
  3.   if rollover (4) then go to "right"
  4.   if rollover (10) then go to "compass"
  5.   if rollover (20) then set the cursor of sprite 20 to [200]
  6.   if rollover (22) then set the cursor of sprite 22 to [200]
  7.   if rollover (23) then set the cursor of sprite 23 to [200]
  8.   if rollover (24) then set the cursor of sprite 24 to [200]
  9.   if rollover (35) then set the cursor of sprite 35 to [200]
  10.   if rollover (36) then set the cursor of sprite 36 to [200]
  11.   if rollover (37) then set the cursor of sprite 37 to [200]
  12.   if rollover (38) then set the cursor of sprite 38 to [200]
  13. end