Android - Movies not looping

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Post Reply
Message
Author
w022a
Newbie
Posts: 13
Joined: Mon May 21, 2018 4:15 pm
Contact:

Android - Movies not looping

#1 Post by w022a »

I found that although working fine on my Windows machine, movie loops are not working when I build an Android distribution. The video plays once and then movies to the next action.

Stripped right basic to the default project, problem can be recreated by building an Android release with below.

Code: Select all

label start:

    # Show a background. This uses a placeholder by default, but you can
    # add a file (named either "bg room.png" or "bg room.jpg") to the
    # images directory to show it.

    scene bg room

    # This shows a character sprite. A placeholder is used, but you can
    # replace it by adding a file named "eileen happy.png" to the images
    # directory.

    $ renpy.movie_cutscene("Cam_all_screens_1.mkv",delay=-1, loops=-1, stop_music=False)

    show eileen happy

    # These display lines of dialogue.

    e "You've created a new Ren'Py game."

    e "Once you add a story, pictures, and music, you can release it to the world!"

    # This ends the game.



    return

Am i doing something wrong here? Using Renpy 7.0

Tested on Android 7 and Amazon FireTV Stick

Thanks

Post Reply

Who is online

Users browsing this forum: No registered users