home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 August / WPCAUG97.ISO / multi / tep / data / motor.dir / 00101.ls < prev    next >
Encoding:
Text File  |  1996-10-15  |  351 b   |  19 lines

  1. on exitFrame
  2.   repeat with a = 1 to 48
  3.     puppetSprite(a, 1)
  4.     u()
  5.   end repeat
  6.   if rollOver(41) then
  7.     set the locV of sprite 44 to 456
  8.   else
  9.     set the locV of sprite 44 to 1000
  10.     if rollOver(42) then
  11.       set the locV of sprite 45 to 456
  12.     else
  13.       set the locV of sprite 45 to 1000
  14.       u()
  15.     end if
  16.   end if
  17.   go(the frame)
  18. end
  19.