Just a quick tutorial on motion using the keys. Use sensing inside a repeat loop to detect keys for which you want quick response and instant repetition. e.g movement (left, right, up, down). Use "when ? key is pressed" for events that are triggered and then do not occur again until the first event has finished. e.g Jumping, shooting (if you only want one bullet)