<div style="font-family: 'Times New Roman'; font-size: 16px;">Thanks, <br _moz_dirty="" /><br _moz_dirty="" />I found out that I must load the teachpack from the collects directory,<br _moz_dirty="" />I now have a clue how to do this.<br _moz_dirty="" /><br _moz_dirty="" />Thanks for the insight.<br _moz_dirty="" /><br _moz_dirty="" />Roelof<br _moz_dirty="" /><br /><br /><span>Op 23/02/12, <b class="name">Robby Findler </b> &lt;robby@eecs.northwestern.edu&gt; schreef: </span><blockquote cite="mid:CAL3TdON83UuvUjTS2C5ruwz_gvRkk-z3z8w3z-OZzVjzhPOGwQ@mail.gmail.com" class="iwcQuote" style="border-left: 1px solid rgb(0, 0, 255); padding-left: 13px; margin-left: 0pt;" type="cite"><div class="mimepart text plain">Remove the teachpacks (via the menu). Then use Matthias's code (all of<br />it, including the first line).<br /><br />Robby<br /><br />On Thu, Feb 23, 2012 at 1:18 PM, ROELOF WOBBEN &lt;r.wobben@home.nl&gt; wrote:<br />&gt; I have added the image.ss teachpack.<br />&gt; I have no clue how the 2e image teachpack is named in Dr Racket 2.5.1.<br />&gt;<br />&gt; Roelof<br />&gt;<br />&gt;<br />&gt; Op 23/02/12, Robby Findler &lt;robby@eecs.northwestern.edu&gt; schreef:<br />&gt;<br />&gt; I think possibly Roelof has added the HtDP image teachpack, not the<br />&gt; HtDP/2e image teachpack. :(<br />&gt;<br />&gt; Robby<br />&gt;<br />&gt; On Thu, Feb 23, 2012 at 12:58 PM, Matthias Felleisen<br />&gt; &lt;matthias@ccs.neu.edu&gt; wrote:<br />&gt;&gt;<br />&gt;&gt; The code was developed in BSL. You must have forgotten to copy and paste<br />&gt;&gt; the require line.<br />&gt;&gt;<br />&gt;&gt;<br />&gt;&gt; On Feb 23, 2012, at 1:52 PM, ROELOF WOBBEN wrote:<br />&gt;&gt;<br />&gt;&gt;&gt;<br />&gt;&gt;&gt;<br />&gt;&gt;&gt; Op 23/02/12, Matthias Felleisen &lt;matthias@ccs.neu.edu&gt; schreef:<br />&gt;&gt;&gt;&gt;<br />&gt;&gt;&gt;&gt; Here is a high-riding American SUV, does this help?<br />&gt;&gt;&gt;&gt;<br />&gt;&gt;&gt;&gt;<br />&gt;&gt;&gt;&gt; (require 2htdp/image)<br />&gt;&gt;&gt;&gt;<br />&gt;&gt;&gt;&gt; (define cab  (beside (rectangle 33 18 'solid 'red) (right-triangle 10 18<br />&gt;&gt;&gt;&gt; 'solid 'red)))<br />&gt;&gt;&gt;&gt; (define body (rectangle 100 30 'solid 'red))<br />&gt;&gt;&gt;&gt; (define top  (above/align 'right cab body))<br />&gt;&gt;&gt;&gt; (define tire (circle 15 'solid 'black))<br />&gt;&gt;&gt;&gt; (define bot  (beside tire (rectangle 25 10 'solid 'white) tire))<br />&gt;&gt;&gt;&gt;<br />&gt;&gt;&gt;&gt; (above top bot)<br />&gt;&gt;&gt;&gt;<br />&gt;&gt;&gt;&gt;<br />&gt;&gt;&gt;&gt;<br />&gt;&gt;&gt; When I try your example in the Beginng Student language with the Image<br />&gt;&gt;&gt; teach packett I get this error :<br />&gt;&gt;&gt;<br />&gt;&gt;&gt; beside: this function is not defined<br />&gt;&gt;&gt;<br />&gt;&gt;&gt; Roelof<br />&gt;&gt;&gt;<br />&gt;&gt;&gt; ____________________<br />&gt;&gt;&gt;  Racket Users list:<br />&gt;&gt;&gt;  <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br />&gt;&gt;<br />&gt;&gt;<br />&gt;&gt; ____________________<br />&gt;&gt;  Racket Users list:<br />&gt;&gt;  <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br />&gt;<br />&gt;<br />&gt; ____________________<br />&gt;  Racket Users list:<br />&gt;  <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br />&gt;<br /></div></blockquote></div>