Question / Help Changing Image on command

OPTLawyer

New Member
So, I'm trying to figure out the best way to handle this.

For a stream I'm doing, I have a space for an image that needs to be able to change on command. There's 9 images in total. I know I could create an image source for each one and hot key them, but the problem, in my mind, is that I'd have to remember to hide the first image and then bring up the second one. I kinda need this to be semi-mindless (remembering which button to press is already gonna be a thing... :D )

I know I could create a new scene for each one, but that seems way too cumbersome...is there an easier way to do what I'm thinking? Where I can just press like buttons on my numb pad and the images changes to a new one in a set?
 
Scenes is pretty much the way to do this. Make a duplicate of your base scene and add each individual image, then hotkey that scene.

There is probably a way to automate this in Luascript that would be more elegant, but scenes is how I would do it if I had to without learning a bit of Lua.
 
Back
Top