screen capture software/animated gifs

Colin Holgate coiin at verizon.net
Sun Jan 20 13:30:41 EST 2013


I tried this as a test:

on mousedown
   repeat with a = 1 to 100000000
      wait 1
   end repeat
end mousedown


and QuickTime Player was still able to record the animated gif. Then I tried this:

on mousedown
   repeat with a = 1 to 100000000
      if a mod 1000000 = 0 then wait 1
   end repeat
end mousedown


That slowed down the frame rate of the animated gif, and QuickTime Player was still able to record the animation. Do either of those tests fail for you?


More information about the use-livecode mailing list