home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 July / CHIP_CD_1997_07_PL.iso / knowhow / internet / media / files / key.dir / 00010.ls < prev    next >
Encoding:
Text File  |  1997-03-24  |  170 b   |  10 lines

  1. on blink
  2.   global whatCast
  3.   set the castNum of sprite 12 to whatCast
  4.   if whatCast = 51 then
  5.     set whatCast to 50
  6.   else
  7.     set whatCast to whatCast + 1
  8.   end if
  9. end
  10.