home *** CD-ROM | disk | FTP | other *** search
/ Sarah McLachlan - Surfacing / SURFACING.ISO / SOURCE / PCLOGO.DIR / 00005_Script_5 < prev    next >
Text File  |  1996-06-06  |  142b  |  9 lines

  1. on exitFrame
  2.   if the movierate of sprite 2 = 0 then
  3.     set the visible of sprite 2 to false
  4.     go next
  5.   end if
  6.   
  7.   go loop
  8.   
  9. end