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

  1. global returnVisible, platform, fromvolume
  2.  
  3. on exitFrame
  4.   repeat with a = 1 to 48
  5.     puppetSprite(a, 1)
  6.     u()
  7.   end repeat
  8.   if rollOver(41) then
  9.     set the castNum of sprite 41 to the number of cast "ri hl"
  10.   else
  11.     set the castNum of sprite 41 to the number of cast "ri"
  12.     if rollOver(42) then
  13.       set the castNum of sprite 42 to the number of cast "le hl"
  14.     else
  15.       set the castNum of sprite 42 to the number of cast "le"
  16.       u()
  17.     end if
  18.   end if
  19.   dorollovers()
  20.   go(the frame)
  21. end
  22.