- Joined
- Oct 28, 2015
- Messages
- 2
- Reaction score
- 0
- First Language
- English
Hello, I am new to rpg maker, though not to coding in general so i understand logic flow.
What I do not understand is this: I set the image to a unlit candle, set the variable 001 to => 0, and have the trigger be action button. Then added the content to Add +1 to variable
Then i set a second event page, to with similar settings. The same candle, but light, the variable 001 => 1, trigger action button, and content to -1 to variable
Idea was when the player activates the candle it turns on, then presses it again it turns off, using the variable as a bool variable. It works...BUT while the images are swapping, a completely different candle pops up for a second, then switches to the light candle. and vice versa.
Why is a different image popping up between their transition?
What I do not understand is this: I set the image to a unlit candle, set the variable 001 to => 0, and have the trigger be action button. Then added the content to Add +1 to variable
Then i set a second event page, to with similar settings. The same candle, but light, the variable 001 => 1, trigger action button, and content to -1 to variable
Idea was when the player activates the candle it turns on, then presses it again it turns off, using the variable as a bool variable. It works...BUT while the images are swapping, a completely different candle pops up for a second, then switches to the light candle. and vice versa.
Why is a different image popping up between their transition?

