Hello! The animation in this Pet Shop boys music video (LINK: https://www.youtube.com/watch?v=lNLkcOqQSBM (very good song btw!))
gave me a inspiration try to make it with the Racket. I'm very novice using the Racket, so I got to dead-end early. I get this far: (require 2htdp/universe) (require 2htdp/image) (define SUPER (overlay (text "SUPER" 105 (make-color (random 255) (random 255) (random 255))) (circle 200 "solid" (make-color (random 255) (random 255) (random 255))))) SUPER -- This code does one figure. Now the problem is how I can make them in a row and changing colors at the same time. I just don't understand how to get different figures in racket's memory. Any advices, what might be the easiest way to do it? Using map/foldl/place-image -commands maybe? -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.