I have a problem with transition the story. One part of the story goes from from bedroom (with dialogue) -> nighttime (no dialogue) -> daytime (no dialogue) -> classroom (with dialogue)
For the nighttime to daytime transitions, this is the code I use:
Code: Select all
scene bg nighttime
with Dissolve (5)
pause 5
scene bg daytime
with Dissolve (5)
pause .5
Is there any way for me to make the nighttime image to jump automatically to the the daytime image after clicking and not jump to the next scene (classroom)? Like a slideshow where you move to the next image by clicking.
I don't usually have a problem with this code, but all my other scenes has some kind of dialogue in them. The nighttime to daytime backgrounds have no dialogue whatsoever.