Background Opacity
Silver
01 Mar 2015, 12:26I stumbled upon this and thought I'd experiment with getting background images to show behind the text, but no joy. Unless I'm completely misunderstanding it. I've basically done this in the start script:
But it does zilch.
setbackgroundopacity = true
backgroundopacity = 0.5
But it does zilch.


jaynabonne
01 Mar 2015, 18:36Perhaps you need:
game.setbackgroundopacity = true
game.backgroundopacity = 0.5

jaynabonne
01 Mar 2015, 18:41You can also just call:
SetBackgroundOpacity(0.5)
SetBackgroundOpacity(0.5)
Silver
01 Mar 2015, 19:19The first suggestion does nothing, the second produces an error.
Or maybe I think these functions do something different than I think they do?
Or maybe I think these functions do something different than I think they do?
Silver
01 Mar 2015, 19:21Wait. I think the second suggestion works if I call it from clearscreen.
Silver
01 Mar 2015, 19:29Ok, it works, cheers. 
