• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[Eventing Question] Scene_movie

153
Posts
4
Years
  • Age 36
  • Seen Feb 4, 2020
I just found this on the wiki:

This section defines the Scene_Movie class, which handles the playing of AVI movie files in-game. Movies must be in a folder "Movies" in the main game directory. Use the following code to load a movie scene:

Code:
$scene = Scene_Movie.new("MovieName")
When the movie is done or the player presses B, the game will return to the overworld view (the Scene_Map).

Did someone already use this? It's insane if it works but I couldn't make it work even though I used a 1 second long movie converted to AVI and in a folder name Movies in the main game directory. I just get a transition screen for half a second
 
Last edited:

WolfPP

Spriter/ Pixel Artist
1,309
Posts
5
Years
I think Pokémon Chronicles (made by Richard PT) uses. Try check it out.
 
Back
Top