Cool. Can you explain what you did? It is very important to learn the words we use for the things you are doing. I made several changes to your program and uploaded it here.
The main change I made was to handle the arrow key presses as events (using a keypressed "hat" block - which is an event handler) instead of using the Green Flag event and an infinite loop checking for the keypress.
I also added a change in size (bigger when the down arrow is pressed, smaller when the up arrow is pressed) to simulate perspective.
Cool. Can you explain what you did? It is very important to learn the words we use for the things you are doing. I made several changes to your program and uploaded it here.
ReplyDeleteThe main change I made was to handle the arrow key presses as events (using a keypressed "hat" block - which is an event handler) instead of using the Green Flag event and an infinite loop checking for the keypress.
I also added a change in size (bigger when the down arrow is pressed, smaller when the up arrow is pressed) to simulate perspective.