- Joined
- Oct 28, 2015
- Messages
- 114
- Reaction score
- 310
- First Language
- Portuguese
- Primarily Uses
- RMMZ

MBS - Async Movies (1.0.2)
by Masked
Introduction
This plugin allows you to play movies as a asynchronous task, this way you can still control the game behavior via events.
How to use
Save the plugin in a .js file on your game's js/plugins folder, there's no need to write the exact script name thanks to this workaround.
Here's a sample usage for this script:

This will play the video and wait for it to end or the player to press the ok button, pretty useful for skippable cutscenes.
Further information on plugin help.
Script
GitHub: https://github.com/MaskedRpg/JS/blob/master/mv/MBS_AsyncMovies.js
Raw code: https://raw.githubusercontent.com/MaskedRpg/JS/master/mv/MBS_AsyncMovies.js
Credits
- Masked, for creating
Last edited by a moderator: