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

  1. on exitFrame
  2.   global numflash
  3.   if the visible of sprite 4 = 1 then
  4.     set the visible of sprite 4 to 0
  5.   else
  6.     set the visible of sprite 4 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.