I got the same problem but i added the mouse_mode it just doesnt do anything.

Quote:

var video_mode = 7;
var video_depth = 32;
var mouse_mode = 4;


and i also tried like this:

Quote:

function main()
{
mouse_mode = 4;
screen_color.blue = 150;
}


i started using panels today and this is really stopping my progress D:

edit: hmm mouse_mode = 0; doesnt make the mouse invisible either so i must be placing the code at the wrong place?

edit: Solved! i had to put a bitmap ase mouse_map ^^ thanx anyway.

Last edited by SirPinguin; 12/30/08 18:40.