home *** CD-ROM | disk | FTP | other *** search
/ Surfin' Sam - A Hilariously Interactive Game / Surfin Sam.iso / pc / sam_232.dir / 00810.ls < prev    next >
Encoding:
Text File  |  1995-07-17  |  560 b   |  24 lines

  1. on roll11
  2.   set the visible of sprite 16 to 0
  3.   set the visible of sprite 11 to 0
  4.   set the visible of sprite 12 to 0
  5.   set the visible of sprite 13 to 0
  6.   set the visible of sprite 14 to 0
  7.   if rollOver(18) then
  8.     set the visible of sprite 16 to 1
  9.   end if
  10.   if rollOver(20) then
  11.     set the visible of sprite 11 to 1
  12.   end if
  13.   if rollOver(19) then
  14.     set the visible of sprite 12 to 1
  15.   end if
  16.   if rollOver(13) then
  17.     set the visible of sprite 13 to 1
  18.   end if
  19.   if rollOver(14) then
  20.     set the visible of sprite 14 to 1
  21.   end if
  22.   updateStage()
  23. end
  24.