- Joined
- Sep 7, 2013
- Messages
- 5
- Reaction score
- 1
- First Language
- English
- Primarily Uses
Hello all, I just wanted to ask a quick question when it comes to the "Scene_Load" script. Would it be possible to edit the last part of the script, see below, to play an .ogv movie before actually loading the file instead of playing the sound? If I can, would there be anything else I'd have to edit? Thanks in advance for any help given.
#--------------------------------------------------------------------------
# * Processing When Load Is Successful
#--------------------------------------------------------------------------
def on_load_success
Sound.play_load
fadeout_all
$game_system.on_after_load
SceneManager.goto(Scene_Map)
end
end
# * Processing When Load Is Successful
#--------------------------------------------------------------------------
def on_load_success
Sound.play_load
fadeout_all
$game_system.on_after_load
SceneManager.goto(Scene_Map)
end
end

