home *** CD-ROM | disk | FTP | other *** search
/ .net 1997 May / net 32 / NET32PC.iso / mac / NET32PPC / NET32PPC.dxr / 00387.ls < prev    next >
Encoding:
Text File  |  1997-04-11  |  605 b   |  33 lines

  1. on enterFrame
  2.   if rollOver(12) then
  3.     go("main")
  4.   end if
  5.   if rollOver(11) then
  6.     go("CDH")
  7.   end if
  8.   if rollOver(20) then
  9.     set the visible of sprite 30 to 1
  10.   else
  11.     set the visible of sprite 30 to 0
  12.   end if
  13.   if rollOver(21) then
  14.     set the visible of sprite 31 to 1
  15.   else
  16.     set the visible of sprite 31 to 0
  17.   end if
  18.   if rollOver(22) then
  19.     set the visible of sprite 32 to 1
  20.   else
  21.     set the visible of sprite 32 to 0
  22.   end if
  23.   if rollOver(23) then
  24.     set the visible of sprite 33 to 1
  25.   else
  26.     set the visible of sprite 33 to 0
  27.   end if
  28. end
  29.  
  30. on exitFrame
  31.   go(the frame)
  32. end
  33.