Hi,
So basically, I've created a script that, if a variable is equal to a number, an image will appear onscreen,
However, I'm having a few problems so far, because there are three possibilities for the variable, which means three pictures can be shown, however, when the variable switch from 1 to 2, as you can imagine, picture 1 would dispose, and 2 would appear, however, this isn't the issue, as I don't know how to dispose of just one of the images. I'm also trying to get the opacity of the images to fade in when called, and fade out when they are disposed, which is becoming annoying. And also, would anyone be able to help me with making wait commands in a script, because as one image is disposed, I'm guessing the next image will be called directly after, however, I'm wanting it to wait x amount of frames first, so the transition doesn't happen too quickly.
Thanks to anyone that can help !
So basically, I've created a script that, if a variable is equal to a number, an image will appear onscreen,
However, I'm having a few problems so far, because there are three possibilities for the variable, which means three pictures can be shown, however, when the variable switch from 1 to 2, as you can imagine, picture 1 would dispose, and 2 would appear, however, this isn't the issue, as I don't know how to dispose of just one of the images. I'm also trying to get the opacity of the images to fade in when called, and fade out when they are disposed, which is becoming annoying. And also, would anyone be able to help me with making wait commands in a script, because as one image is disposed, I'm guessing the next image will be called directly after, however, I'm wanting it to wait x amount of frames first, so the transition doesn't happen too quickly.
Thanks to anyone that can help !