Quote:
Not just now! I was also smart 5 minutes ago. At least, I like to pretend I'm smart, truth be told, if I remember how to add up two numbers correctly without using a calculator, it's been a successful day for me.

LMFAO!!!!!

Quote:
And it IS a "google for me, plox" request.


I agree with JustSid. If your looking for a request you're in the wrong section of this forum.

AND the im not a 'coder' doesnt fly. If you're looking to make a game, then you should work on your programming skills. Moving the camera from one point to the other is VERY simple.

Quote:

Code:
if(camera.y < entityEND.y)
{
	camera.y += 10 * time_step;
}




You're on the right track, but if you are looking for height differences, you'll need to use all 3 of the cameras vector points (x,y, AND Z) and some more math.

Last edited by DLively; 07/27/14 14:25.

A8 Pro 8.45.4
YouTube: Create Games For Free
Free Resources: www.CGForFree.com