home *** CD-ROM | disk | FTP | other *** search
/ 1&1 Multimedia Trend 1996 11 D / MM_TREND.ISO / prog / t_online / t_intro.dir / 00048.ls < prev    next >
Encoding:
Text File  |  1996-09-18  |  154 b   |  10 lines

  1. on exitFrame
  2.   global filml├ñnge
  3.   if the movieTime of sprite 5 < 350 then
  4.     if the mouseDown then
  5.       exit
  6.     end if
  7.     go(the frame)
  8.   end if
  9. end
  10.