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

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