[Solved]Image disappears when I make another one appear
Posted: Wed Feb 07, 2018 10:36 am
So, I've been having this problem for a while now and until now I've always been trying to work around it, but it's getting really annoying.
So, I let an image of a character appear onscreen:
Then, a few lines later, I try adding another one:
The only problem is that okita disappears as soon as I make karuu appear. Could that be because I use the same names (okita and karuu) as image tags? Just speculation on my part though.
Would be grateful if you could help!
So, I let an image of a character appear onscreen:
Code: Select all
show character okita at mid
with Dissolve(.5)Code: Select all
show character karuu at l
with Dissolve(.5)Would be grateful if you could help!