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

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