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

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