I did that and it started to work problem is that the mouse.pcx still didnt work
function startgame_function()
{
wait(1);
load_level(<mynewgame.wmb>);
start_game.visible = off;
main_pan.visible=off;
mouse_pcx.visible = off;
}
I added the main_pan.visible=off;
I would like to take away the mouse pointers cause moving the mouse I use for my main player for instance it makes him move left and right.
can it be done if not it's ok