Keys: up: thrust left:rotate left right: rotate right space: fire Here is a sample project on how to do a meteoroid space ship with inertia and shooting up to four bullets simultaniously. Go ahead. Download it and build your own game around it. The key trick is the use of a Dummy sprite that is moved to obtain the cos and sin values for a given angle. Of course linear algebra would be a solution too.