Hey everyone, I"m new to the racket language and was wondering if anyone can 
help me explain keyboard movement for an image I'm using for a game I'm trying 
to make. And yes I know there's a documentation page for it, but I'm having 
trouble figuring out the correct syntax to go about it.

https://docs.racket-lang.org/teachpack/2htdpuniverse.html

Currently my code looks like this:

(define (create-player-scene height)
 (underlay/xy (rectangle 600 600 "solid" "black") 250 400 player))

(define player (bitmap "player.png"))

(animate create-player-scene)

-- 
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.

Reply via email to