<div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">Hi, Squeak is really cool so far, but I have finally hit a snag I can&#39;t seem to figure out, and I think it may have something to do with the fact that I am attempting to run the SBE on a slightly newer version of Squeak maybe?</div>


<div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif"><br></div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">
I am on page 43 of the SBE book and I get the following syntax error when I follow this instruction:</div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif"><br>
</div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">&quot;In a workspace, type SBEGame new openInWorld and do it .&quot;</div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">


<br></div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">Thanks!</div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif"><br></div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">
-dav0</div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif"><br></div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">
---------- Syntax Error (Popup window) ------------------</div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif"><br></div><span style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">HandMorph Morphic-Kernel he</span><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">


<br><div>----------</div><div><br></div><div><div>he user wants it and not just aligned with the cliprect&quot;</div><div><br></div><div><span style="white-space:pre-wrap">        </span>(patternForm isForm) ifFalse: [</div><div>


<span style="white-space:pre-wrap">                </span>&quot;patternForm is a Pattern or Color; just Nothing more expected -&gt;use it as a mask for BitBlt&quot;</div><div><span style="white-space:pre-wrap">                </span>^ aPort fill: aPort clipRect fillColor: patternForm rule: Form over].</div>


<div><br></div><div><span style="white-space:pre-wrap">        </span>&quot;do it iteratively&quot;</div><div><span style="white-space:pre-wrap">        </span>targetBox _ aPort clipRect.</div><div><span style="white-space:pre-wrap">        </span>patternBox _ patternForm boundingBox.</div>


<div><span style="white-space:pre-wrap">        </span>savedMap _ aPort colorMap.</div><div><span style="white-space:pre-wrap">        </span>aPort sourceForm: patternForm;</div><div><span style="white-space:pre-wrap">                </span>fillColor: nil;</div>


<div><span style="white-space:pre-wrap">                </span>combinationRule: Form paint;</div><div><span style="white-space:pre-wrap">                </span>sourceRect: (0@0 extent: patternBox extent);</div><div><span style="white-space:pre-wrap">                </span>colorMap: (patternForm colormapIfNeededFor: aPort destForm).</div>


<div><span style="white-space:pre-wrap">        </span>top _ (targetBox top truncateTo: patternBox height) + offset y.</div><div><span style="white-space:pre-wrap">        </span>left _  (targetBox left truncateTo: patternBox width) + offset x.</div>


<div><br></div><div><span style="white-space:pre-wrap">        </span>left to: (targetBox right - 1) by: patternBox width do:</div><div><span style="white-space:pre-wrap">                </span>[:x | top to: (targetBox bottom - 1) by: patternBox height do:</div>


<div><span style="white-space:pre-wrap">                        </span>[:y | aPort destOrigin: x@y; copyBits]].</div><div><span style="white-space:pre-wrap">        </span>aPort colorMap: savedMap.</div></div></div>