home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 1 #1 / Blender_1_1.iso / BLENDER / FILES / PHIBER.DIR / 00037.ls < prev    next >
Encoding:
Text File  |  1994-11-01  |  173 b   |  11 lines

  1. on exitFrame
  2.   global howlong
  3.   SETSPEAKER()
  4.   if the movieTime of sprite 31 < howlong then
  5.     go(the frame - 1)
  6.   else
  7.     puppetSprite(35, 0)
  8.     continue()
  9.   end if
  10. end
  11.