I'm using the full screen background scripting and it works fine with one scene. I would like to use the script in multiple scenes. Can't just copy and paste as it experiences too many conflicts and duplicates. Any suggestions?
Printable View
I'm using the full screen background scripting and it works fine with one scene. I would like to use the script in multiple scenes. Can't just copy and paste as it experiences too many conflicts and duplicates. Any suggestions?
Use fscommand ----
fscommand("fullscreen", "true");
fscommand("allowscale", "true");
Just copy and paste these.