diff --git a/collects/teachpack/htdp/Docs/world.thtml b/collects/teachpack/htdp/Docs/world.thtml index b01bbe6b30..7c3820c6c5 100644 --- a/collects/teachpack/htdp/Docs/world.thtml +++ b/collects/teachpack/htdp/Docs/world.thtml @@ -42,6 +42,11 @@ students to simulate a small world of animated drawings and games: makes it tick every n seconds, and makes w the first world +
{(idx big-bang)} : Nat Nat Number World Boolean -> true
big-bang
takes an optional fifth argument. If it is
+ true
, the world allows the generation of images from the
+ animation, including an animated GIF image
+
{(idx on-tick-event)} : (World -> World) -> true
(on-tick-event tock)
means that DrScheme must call tock
on the current world every time the clock ticks; it uses the result as the next world