home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1996 March / PCPRO0396.ISO / march / blender / shared.dir / 00843.ls < prev    next >
Encoding:
Text File  |  1995-09-24  |  154 b   |  11 lines

  1. on exitFrame
  2.   global count
  3.   set count to count + 1
  4.   if count > 25 then
  5.     go(the frame + 1)
  6.   else
  7.     go(the frame - 2)
  8.   end if
  9.   updateStage()
  10. end
  11.