• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

__background_set_colour

RizbIT

Member
__background_set_colour( global.background_theme_colour);

doesnt work.

i make the current backround invisible.

behind that background layer is a compatibility color layer (set as default to cyan);

but when i make the background invisibl in runtime, the background goes, and all i see is a white plain background, why is this
 

TheouAegis

Member
Why do you have __ in front of the function?

Are you still clearing the window with the background color? Or did you disable that?
 

RizbIT

Member
I found a solution. The problem with using compatibility script to make background invisible is that the layer is still visible and it will show the layer colour, which is set as white in the room editor.
 
Top