home *** CD-ROM | disk | FTP | other *** search
/ Media Gallery 1995 June / MG6.ISO / mg.dig / 00058.ls < prev    next >
Encoding:
Text File  |  1995-04-20  |  132 b   |  9 lines

  1. on exitFrame
  2.   if the movieTime of sprite 2 < 210 then
  3.     go(the frame)
  4.   else
  5.     startTimer()
  6.     go(the frame + 1)
  7.   end if
  8. end
  9.