Thank you! This is very helpful. I will look into nsview and looping over the pages.
sean
@sean
0
				Reputation
			3
				Posts
			3
				Profile views
			0
				Followers
			0
				Following
			Best posts made by sean
This user hasn't posted anything yet.
				
				Latest posts made by sean
- 
    RE: Forcing update with a function? (for previewing animation)posted in Feature Requests
 - 
    Forcing update with a function? (for previewing animation)posted in Feature Requests
Would it be possible for DrawBot to re-run the script at a specified rate, similar to how Processing uses
frameRate()to determine a target for how many times the sketch should refresh per second.Calling
frameRate(4)could have DrawBot update at a rate of 4 times per second, and the global variableframecould be a counter that increments each update, so something likeoval( sin(frame) * 100, 100, 100, 100)would draw an animated oval.This would be very useful for previewing an animation within DrawBot, without having to export to a gif or mov file.