hy guys i have made a battlefield style compass.. where in a window the compass pan show n e s w (without needle), the problem is when i have reach camera.pan 360, then the compass doesnt move anymore.. till i turn backwar 360.. hope u understand
--------------------------------------------------------------
ich hab einen battlefield style kompass also ein Kompass Band ohne Nadel, das sich mit der kamera mitdrehen soll, macht es auch aber sobald ich 360 pan von der kamera erreicht habe dreht sich der kompass nicht mehr mit, bis ich mit in die entgegengesetzte richtung wieder drehe.. hier der Code->
--------------------------------------------------------------
Code:
BMAP* kompass_tga = "kompass.tga"; // compassband


PANEL* kompass_pan = // compass
{
	window (310, 4, 80, 48, kompass_tga, vkompass, 0);
	flags = VISIBLE;
	layer = 5;
}


		pann = camera.pan;
		vkompass=integer(pann/2)+5;