home *** CD-ROM | disk | FTP | other *** search
/ Dictionnaire Multimedia Multilingue (Home PC 42) / dictionarvizual.iso / hpc95.exe / hpc95.dxr / 00003.ls < prev    next >
Encoding:
Text File  |  1998-08-06  |  216 b   |  12 lines

  1. on exitFrame
  2.   go(the frame)
  3.   repeat with x = 3 to 8
  4.     if rollOver(x) then
  5.       puppetSprite(x, 1)
  6.       set the castNum of sprite x to x + 40
  7.       next repeat
  8.     end if
  9.     puppetSprite(x, 0)
  10.   end repeat
  11. end
  12.