Re: [racket] multiple images problem

2012-02-23 Thread Matthias Felleisen
Here is a high-riding American SUV, does this help? (require 2htdp/image) (define cab (beside (rectangle 33 18 'solid 'red) (right-triangle 10 18 'solid 'red))) (define body (rectangle 100 30 'solid 'red)) (define top (above/align 'right cab body)) (define tire (circle 15 'solid 'bl

[racket] multiple images problem

2012-02-23 Thread ROELOF WOBBEN
Hello, I try to make a car with Racket.So far I have got this : (define (rechthoek a)  (rectangle 200 50 "solid" "black"))(define (cirkel a)  (circle 20 "solid" "red"))(define (auto a) (overlay/xy (rechthoek a) -50 30 (cirkel a)))(auto 1)As far as I can see I cannot use overlay/xy to make the secon