I'm making a isometric shooter in TGF and i was wondering if there was anyway of making projectiles move faster than 100, Also whats the best way to create machine gun fire using the left mouse button.
Machine gun fire? Use the 'Repeat while left mouse-key is pressed' condition and the 'Restrict Actions' condition (set it quite low e.g. 00-05" for submachine guns). You'll probably want to make it less accurate from kickback so create a counter and add to it in the same event that you shoot the bullet. You then adjust the angle of the bullet by a random value based on that counter.