I went to the site you reccommended, and put in the code and corrected it, and replaced the URL, with the URL of my image but I still get this when I boot up the game:
Also, I'm trying to make this a background for just one of the screens, not all of them, just the starting ones, where you set everything up, I'm trying to make this game as close as possible to the orignally FNAF (without visuals, just sounds and text) as possible.
I've been trying everything from Javascript to Html to make a Background Image in Squiffy, Is there some code that I can just type directly into Squiffy to set it???
bgbg
25 Feb 2016 15:42
(Deleted so as not to confuse people.)
bgbg
25 Feb 2016 15:49
Never mind, I just read the part where you said you only wanted it for a few screens, by which I assume you mean sections of the story.
If I were going to try to do it in Squiffy itself, here's what I'd try first. No guarantees though.
[[MySection]]: <div style="background: url('path')"> Text for this screen goes here. </div>
Adapted from this page. (See the part that says "In HTML (which is evil)".)