home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 3 #4 / Blender_3_4.iso / BLENDER / FILES / SWEET.DIR / 00197.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  308 b   |  13 lines

  1. on exitFrame
  2.   global gFirstCast, gLastCast
  3.   if the timer > 60 then
  4.     if the memberNum of sprite 12 = gLastCast then
  5.       set the memberNum of sprite 12 to gFirstCast
  6.     else
  7.       set the memberNum of sprite 12 to the memberNum of sprite 12 + 1
  8.     end if
  9.     startTimer()
  10.   end if
  11.   go(the frame)
  12. end
  13.