Hello, I am working on a point and click adventure game in which I am swapping backgrounds, with five different backgrounds (realities) for each room.
When the player moves to a different room, I want the 'reality' they are in to carry over to the next room.
This could easily be done by scripting a background change in the GLOBAL script (every room now uses background 2, 3, etc), but the Global script doesn't seem to work with SetBackgroundFrame(1) or (2) etc.
Does anyone know how I could alter background frames in the Global Script, thus changing the default background frame in every room when they enter?
Sorry if I worded this weird. Thanks!
When the player moves to a different room, I want the 'reality' they are in to carry over to the next room.
This could easily be done by scripting a background change in the GLOBAL script (every room now uses background 2, 3, etc), but the Global script doesn't seem to work with SetBackgroundFrame(1) or (2) etc.
Does anyone know how I could alter background frames in the Global Script, thus changing the default background frame in every room when they enter?
Sorry if I worded this weird. Thanks!