home *** CD-ROM | disk | FTP | other *** search
/ .net 1999 January - Disc 2 / NET53B.iso / pc / net / other / 00063.ls < prev    next >
Encoding:
Text File  |  1998-11-11  |  916 b   |  41 lines

  1. on enterFrame
  2.   if rollOver(7) then
  3.     puppetSprite(15, 1)
  4.     set the memberNum of sprite 15 to 516
  5.     puppetSprite(7, 1)
  6.     set the memberNum of sprite 7 to 501
  7.     puppetSprite(8, 0)
  8.     puppetSprite(9, 0)
  9.   else
  10.     if rollOver(8) then
  11.       puppetSprite(15, 1)
  12.       set the memberNum of sprite 15 to 514
  13.       puppetSprite(8, 1)
  14.       set the memberNum of sprite 8 to 504
  15.       puppetSprite(7, 0)
  16.       puppetSprite(9, 0)
  17.     else
  18.       if rollOver(10) then
  19.         puppetSprite(15, 1)
  20.         set the memberNum of sprite 15 to 513
  21.       else
  22.         puppetSprite(7, 0)
  23.         puppetSprite(8, 0)
  24.         puppetSprite(9, 0)
  25.         set the memberNum of sprite 15 to 512
  26.       end if
  27.     end if
  28.   end if
  29.   if rollOver(1) then
  30.     puppetSprite(1, 1)
  31.     set the memberNum of sprite 1 to 570
  32.   else
  33.     set the memberNum of sprite 1 to 569
  34.     puppetSprite(1, 0)
  35.   end if
  36. end
  37.  
  38. on exitFrame
  39.   go(the frame)
  40. end
  41.