home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 - Expo 2000 / Image.iso / t-online / show / t_intro.dxr / 00048.ls < prev    next >
Encoding:
Text File  |  1996-11-25  |  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.