home *** CD-ROM | disk | FTP | other *** search
/ Human & Space in Asia / ARIF_ASCI.ISO / pc / ozel2.dir / 00013.ls < prev    next >
Encoding:
Text File  |  1996-09-12  |  186 b   |  8 lines

  1. on mouseUp
  2.   set steps to 300
  3.   set curt to the movieTime of sprite 9
  4.   if (curt + steps) <= the stopTime of sprite 9 then
  5.     set the movieTime of sprite 9 to curt + steps
  6.   end if
  7. end
  8.