I&#39;d like to be able to use the new &quot;rotate&quot; function in 2htdp/image in a big-bang simulation. So far, I&#39;ve been unable to figure out how to do this.  If I simply use<div><br></div><div>#lang scheme</div><div>
(require 2htdp/universe)</div><div><br></div><div>I can successfully use big-bang but the new &quot;rotate&quot; is not available (this, despite the fact that it seems like universe causes the private/image-more.ss module to get loaded).</div>
<div><br></div><div>If I try to do this:</div><div><div>#lang scheme</div><div>(require 2htdp/universe)</div><div><div>(require 2htdp/image)</div><div><br></div><div>I get this error:</div><div><br></div><div><div> module: identifier already imported from a different source in:</div>
<div>  rectangle</div><div>  2htdp/image</div><div>  2htdp/universe</div><div><br></div><div>If I do this:</div><div><div>#lang scheme</div><div>(require 2htdp/image)</div><div><div><br></div><div>then &quot;rotate&quot; is available and works fine, but &quot;big-bang&quot; is not available.  I can&#39;t seem to get the combination of &quot;universe&quot; and the new additions to &quot;image&quot; to work together.</div>
<div><br></div><div>Can anyone offer a hand?</div><div><br></div><div>Thanks. -- Eric</div></div></div><div><br></div></div></div></div>