home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 3 #3 / BLENDER.iso / pc / files / sexmaze.dxr / 00432.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  171 b   |  10 lines

  1. on exitFrame
  2.   global gFrameIndex
  3.   case gFrameIndex of
  4.     "CIRCLE":
  5.       puppetTransition(11, 1, 8, 0)
  6.     "SQUARE":
  7.       puppetTransition(12, 1, 8, 0)
  8.   end case
  9. end
  10.