Completely stopping an animation loop?Hey, so my character shoots a projectile. When space bar is pressed it enters an animation loop like...
Collision detection with a class not working? Any advice?So I have gotten a class for my enemy for my game... but now collision has gotten all screwed up :(....
Duplicating an moving image?So, based on the code I have provided... this is all the code I have that controls the reaper (my en...
Checking for images crossing paths with each other?Write your question here. [code] void playBoss(){ int olddirection = 0, newdirection = 0; //...
Duplicating an moving image?"where drawingstuff is whatever you need from graphics.h to draw the reaper" Does this mean just my...