Tuesday, May 17, 2011

May 17

I'm sorry this should be the fixed link
scratch 1 movement

1 comment:

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

    ReplyDelete