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

  1. on exitFrame
  2.   global dur, theMode
  3.   if isItAMovie(2) then
  4.     if the movieTime of sprite 2 < dur then
  5.       go(the frame)
  6.     else
  7.       if theMode = "self" then
  8.         if the locH of sprite 47 < 600 then
  9.           go(the frame)
  10.         else
  11.           puppoff()
  12.           go(marker(1))
  13.         end if
  14.       else
  15.         puppoff()
  16.         go(the frame + 1)
  17.       end if
  18.     end if
  19.   end if
  20. end
  21.