home *** CD-ROM | disk | FTP | other *** search
/ PC Direkt 1998 #11 / PCDIREKT_1198.bin / SHOWDATA / ECKESHOP.DXR / 00009.ls < prev    next >
Encoding:
Text File  |  1998-03-20  |  173 b   |  8 lines

  1. on BtROHandler whichsprite
  2.   if rollOver(whichsprite) then
  3.     set the visible of sprite whichsprite to 1
  4.   else
  5.     set the visible of sprite whichsprite to 0
  6.   end if
  7. end
  8.