• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Scottie, Todd, Serena, Kris - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • 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.

"Play Movie" Script Error

Djaco75

DAJ 775
  • 35
    Posts
    8
    Years
    Hi All,

    When I want to play a movie, nothing happens.
    I have put my movie in my directory in a new folder called movies (yes, it is an AVI file) and made an event with the code: $scene = Scene_Movie.new("INTRO")

    But when I press the action button on the event, the screen flashes once and nothing happens.

    Does anyone know how to fix this? All help would be appreciated.
     
    Last edited by a moderator:
    So, I'm pretty sure the play movie thing is very fickle in Essentials (only works with the rigth codecs, the specific formats, etc). I've never gotten it to work.

    When I was working on my game jam project, one of the things I tried to do was get video to play. Unfortunately, it didn't work. Someone later pointed out to me a script that does work:
    https://forums.rpgmakerweb.com/index.php?/topic/6392-zeus-video-player/
    If you notice that it doesn't work on importing it, the way I fixed it was by removing the entire commented out section at the top:
    [PokeCommunity.com] "Play Movie" Script Error

    hopefully this helps!
     
    Back
    Top