My first attempt at a VN is in final testing, however I have come across and unintended feature. In several instances, I have used an array of images with dissolves that are intended to slideshow one after the other. However if the user clicks the mouse at the wrong time, it skips over the whole sequence. Hence is there a way that the images can automatically slideshow, however the mouse click will only advance to the next image? Sample of code I am currently working with below.
Code:
scene e01 013
tif nervous "{i}Ok Tiffany, let's show him what you can do.{/i}"
scene e01 014
with Dissolve(0.5)
with Pause(1.5)
scene e01 015
with Dissolve(0.5)
with Pause(1.5)
scene e01 016
with Dissolve(0.5)
with Pause(1.5)