home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 December / WPCDEC97.ISO / DXRS / GROWDEC.DXR / 00031.ls < prev    next >
Encoding:
Text File  |  1997-10-14  |  989 b   |  37 lines

  1. on exitFrame
  2.   repeat with r = 2 to 10
  3.     puppetSprite(r, 1)
  4.   end repeat
  5.   if the member of sprite 2 = member "foc07" then
  6.     set the loc of sprite 9 to point(2000, 2000)
  7.   else
  8.     set the loc of sprite 9 to point(587, 462)
  9.   end if
  10.   if the member of sprite 2 = member "foc01" then
  11.     set the loc of sprite 8 to point(2000, 2000)
  12.   else
  13.     set the loc of sprite 8 to point(478, 462)
  14.   end if
  15.   go(the frame)
  16.   if rollOver(7) then
  17.     set the member of sprite 7 to member "backblue"
  18.   else
  19.     set the member of sprite 7 to member "backwhite"
  20.   end if
  21.   if rollOver(8) then
  22.     set the member of sprite 8 to member "previousblue"
  23.   else
  24.     set the member of sprite 8 to member "previouswhite"
  25.   end if
  26.   if rollOver(9) then
  27.     set the member of sprite 9 to member "nextblue"
  28.   else
  29.     set the member of sprite 9 to member "nextwhite"
  30.   end if
  31.   if rollOver(3) then
  32.     set the loc of sprite 4 to point(149, 52)
  33.   else
  34.     set the loc of sprite 4 to point(2000, 2000)
  35.   end if
  36. end
  37.