home *** CD-ROM | disk | FTP | other *** search
/ Internet Directory for Kids & Parents / InternetDirectory.iso / internet / coachnn / module8.dxr / 00059.ls < prev    next >
Encoding:
Text File  |  1997-11-25  |  291 b   |  15 lines

  1. on exitFrame
  2.   global numflash
  3.   if the visible of sprite 10 = 1 then
  4.     set the visible of sprite 10 to 0
  5.   else
  6.     set the visible of sprite 10 to 1
  7.     set numflash to numflash + 1
  8.     if numflash = 4 then
  9.       go(marker(0) + 2)
  10.     end if
  11.   end if
  12.   updateStage()
  13.   go(the frame)
  14. end
  15.