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

  1. on exitFrame
  2.   if isItAMovie(2) then
  3.     if the movieRate of sprite 2 = 0 then
  4.       set the puppet of sprite 41 to 1
  5.       set the castNum of sprite 41 to the number of cast "play"
  6.     end if
  7.   end if
  8.   go(the frame)
  9. end
  10.