0 Members and 1 Guest are viewing this topic.
Best idea: features wishlist.You might be able to draw it to the front buffer and do storepic if you redraw it every frame, though.
Is there a clrdraw after the dispgraph or does it just change the buffer? If it has a clrdraw and the buffer is redrawn every frame, you can draw the circle to the front, store it to the back, then draw everything else.
Looks cool so far, keep up the good work!
A cool idea would to make the sniper scope shake a little, to add difficulty and realism to the game
Quote from: ASHBAD_ALVIN on October 20, 2010, 09:58:32 pmA cool idea would to make the sniper scope shake a little, to add difficulty and realism to the game Looks like that would work, but maybe not large enough. Looks like it only will affect it a pixel or two at most with the shake. Maybe instead of rand modulo 3 maybe do it modulo 6?Otherwise, coolio I was thinking about it. Code: X+((Rand^3)/2)-> XX-((Rand^3)/2)-> XY+((Rand^3)/2)-> YY-((Rand^3)/2)-> Y