home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 108 / gp2demo.iso / browser.exe / browser.DXR / 00001.ls next >
Encoding:
Text File  |  1996-12-02  |  350 b   |  19 lines

  1. on startMovie
  2.   set myCursor to [19]
  3.   repeat with n = 2 to 7
  4.     set the cursor of sprite n to myCursor
  5.   end repeat
  6. end
  7.  
  8. on Gshowsprite
  9.   set myCursor to [19]
  10.   repeat with n = 2 to 7
  11.     set the visible of sprite n to 0
  12.     if rollOver(n) = 1 then
  13.       set the visible of sprite n to 1
  14.       next repeat
  15.     end if
  16.     nothing()
  17.   end repeat
  18. end
  19.