Hi there,

got a small problem. I think this can be solved in seconds. I didn´t know where to sreach at ^^

After publishing it is posible for everyone to use the standard functions from gamestudio. I dont know exactly but F4 for Screen Size, F5 for screenshots and the baddest F11 to see the data infos and the level geometry. Is there a way to deactivate all these functions?

I could do

F4 = null;
F5 = null;

and so on but maybe i forget a predefined function and other people can use it ^^