Ok, I've got my game well in the works, the problem i'm having(i don't know if you would actualy call it a "problem") is that the camera is moving around somewhat shakely. I'm using a mouse to controle it but still its hard to aim, the code i'm using is below. Any help with this would be appreciated. (I do have a laser mouse so i know its not that problem

) Thanks guys.
tmprx# = rx#
tmprx#=tmprx#+mousemovey()*0.1 : ry#=wrapvalue(ry#+mousemovex()*0.1)
rem tmprx# = curvevalue(rx#,tmprx#,10)
tmprx#=wrapvalue(tmprx#)
if tmprx# > 90 and tmprx# < 270
if tmprx# >= 180
tmprx# = 270
else
tmprx# = 90
endif
endif
rx# = tmprx#
Sory if its a little messy i've been playing with the code alot
Sparring - Loved by many, Pefected by few.
I'm going to live forever, or DIE IN THE ATTEMPT!!!"