Calling All Math Gurus: is there a more efficient

Post » Mon Apr 15, 2013 11:22 pm

Is there a mathematically or...er....programmatically? ...more efficient way to do this:

If newx > oldx + 100
;do stuff
elseIf newx < oldx - 100
;do stuff
elseIf newy > oldy + 100
;do stuff
elseIf newy < oldy - 100
;do stuff
endif


I tried this at first but then realized this was completly wrong:

If abs(newx) > oldx + 100
;do stuff
elseIf abs(newy) > oldx + 100
;do stuff
endif
User avatar
P PoLlo
 
Posts: 3408
Joined: Wed Oct 31, 2007 10:05 am

Return to V - Skyrim