- Joined
- Jun 16, 2016
- Messages
- 6
- Reaction score
- 0
- First Language
- English
- Primarily Uses
Previously, I used Nicke's Pre-Title script to play a video before the game began. However, there was a script conflict, so I resorted to the following in Main:
"Graphics.play_movie("Movies/Oz-Opening")
Graphics.fadeout(12)
rgss_main { SceneManager.run }"
This works perfectly fine. However, I'd like to "break" the video if the user presses <Enter> or <Space> (for example). This would terminate the video at input, leading to the "rgss_main { SceneManager.run }" for smooth sailing. I figure the line has something to do with break if Input.trigger?
C) and update, but messing around has led to fruitless hours.
Could anyone please lend a helping hand? Thank you very much!
"Graphics.play_movie("Movies/Oz-Opening")
Graphics.fadeout(12)
rgss_main { SceneManager.run }"
This works perfectly fine. However, I'd like to "break" the video if the user presses <Enter> or <Space> (for example). This would terminate the video at input, leading to the "rgss_main { SceneManager.run }" for smooth sailing. I figure the line has something to do with break if Input.trigger?
Could anyone please lend a helping hand? Thank you very much!
Last edited by a moderator:

