home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 December / WPCDEC97.ISO / DXRS / CCLASSIC.DXR / 00019.ls < prev    next >
Encoding:
Text File  |  1997-10-13  |  367 b   |  15 lines

  1. on exitFrame
  2.   global classicrolllist
  3.   go(the frame)
  4.   repeat with w = 2 to 13
  5.     puppetSprite(w, 1)
  6.   end repeat
  7.   repeat with y = 2 to 9
  8.     if rollOver(y) then
  9.       set the member of sprite y to member getAt(getAt(classicrolllist, y), 2)
  10.       next repeat
  11.     end if
  12.     set the member of sprite y to member getAt(getAt(classicrolllist, y), 1)
  13.   end repeat
  14. end
  15.