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?
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to