home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 - Expo 2000 / Image.iso / t-online / decoder / formular.dir / 00073.ls < prev    next >
Encoding:
Text File  |  1997-02-10  |  150 b   |  9 lines

  1. on exitFrame
  2.   if rollOver(16) then
  3.     set the castNum of sprite 16 to 94
  4.   else
  5.     set the castNum of sprite 16 to 93
  6.   end if
  7.   go(the frame)
  8. end
  9.