I'd like to be able to use the new "rotate" function in 2htdp/image in a big-bang simulation. So far, I'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 "rotate" 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 "rotate" is available and works fine, but "big-bang" is not available. I can't seem to get the combination of "universe" and the new additions to "image" 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>