home *** CD-ROM | disk | FTP | other *** search
/ PC Action 1996 September / PCA0996.ISO / demos / blown / demo2.dxr / 00050_LoopScript.ls < prev    next >
Encoding:
Text File  |  1996-05-29  |  218 b   |  11 lines

  1. on exitFrame
  2.   set Kast to the castNum of sprite 1
  3.   set name to the name of cast Kast
  4.   set stop to the duration of cast name
  5.   if the movieTime of sprite 1 < stop then
  6.     go(#loop)
  7.   else
  8.     play done
  9.   end if
  10. end
  11.