Quote:
If you changed the size and style of your window in the same video_window command


Code:
var mom_rand=0;

function window_rand()
{
if(mom_rand==0)
{
video_window(nullvector,screen_size,16,"my game");
mom_rand=1;}
else
{
video_window(nullvector,screen_size,1,"my game");
mom_rand=0;}}



I guess I did.
Sorry, looks like I'm really to stupid to understand what you're trying to say. );
An example would be very nice.


Hilf mir, dir zu helfen!