öhm.. joa..

also...
Code:
PANEL* load_program =
{
	pos_x = 1;
	pos_y = 1;
	bmap = load_bmap;
	flags = SHOW;
 
}




}



das "}" ganz unten... wozu iss das da?? Ah.. sehs.. Du hast dieses verdammte Panel innerhalb von main erstellt -.-

der "flags" Befehl... fehlt bei dir.. machs hin!

*getestet und funzt...*
SO:
Code:
///////////////////////////////
#include <acknex.h>
#include <default.c>

///////////////////////////////

BMAP* load_bmap = "load.png";
PANEL* load_program =
{
	pos_x = 1;
	pos_y = 1;
	bmap = load_bmap;
	flags = SHOW;	
}



function main()
{
	mouse_mode = 2;
	while (1)
	{
		vec_set(mouse_pos.x, mouse_cursor.x);
		wait (1);
	}
}



Anleitung besser lesen ^^

Last edited by Espér; 01/12/10 14:30.

Selling my Acknex Engine Editions (A7 Com & A8 Pro):
>> click here if you are interested <<