home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 1 #1 / Blender_1_1.iso / BLENDER / FILES / TOUR.DIR / 00122.ls < prev    next >
Encoding:
Text File  |  1994-11-01  |  225 b   |  14 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.     sound stop 1
  9.     sound stop 2
  10.     continue()
  11.     updateStage()
  12.   end if
  13. end
  14.