[racket] Antw:Re: Antw:Re: Antw:Re: multiple images problem

From: Stephen Bloch (bloch at adelphi.edu)
Date: Thu Feb 23 14:47:25 EST 2012

> I found out that I must load the teachpack from the collects directory,
> I now have a clue how to do this.

Yes, technically, but you don't need to think about that.  Just use the "require" line Matthias gave you, and don't worry about "load teachpack" at all.

Alternatively, you can use
(require picturing-programs)
which includes all the same functions as 2htdp/image (such as beside, above, place-image, circle, triangle, rectangle, etc.) as well as some others like map-image and build-image.



Stephen Bloch
sbloch at adelphi.edu

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20120223/9ebb7010/attachment.html>

Posted on the users mailing list.