problem with a movie on android

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
User avatar
mrstalker
Newbie
Posts: 9
Joined: Fri Jul 25, 2014 4:00 pm
Organization: Mellow Bears
Location: Santo André, Brazil
Contact:

problem with a movie on android

#1 Post by mrstalker »

Hello everybody!
I was doing a test compiling my project for android ...
The film runs perfectly on the pc and the correct size and position:
Image

When I run the project on android, the movie is fullscreen and then immediately the error appears:
Image

I do not know what to do!
Here is my code:

Code: Select all

# You can place the script of your game in this file.

# Declare images below this line, using the image statement.
# eg. image eileen happy = "eileen_happy.png"
image bg introducao = "pctela.jpg"
image movie = Movie(size=(320,220), xpos=390, ypos=45, xanchor=0, yanchor=0 )
image lucy = "lucy.png"

# Declare characters used by this game.
define l = Character(_("Lucy"), color="#c8ffc8")


# The game starts here.
label start:

scene bg introducao
show lucy at left
show movie behind lucy
play movie "WOOP WOOP.ogv"

l "PULL OVER THAT ASS TOO FAT"
   
return
Thanks !

User avatar
PyTom
Ren'Py Creator
Posts: 16096
Joined: Mon Feb 02, 2004 10:58 am
Completed: Moonlight Walks
Projects: Ren'Py
IRC Nick: renpytom
Github: renpytom
itch: renpytom
Location: Kings Park, NY
Contact:

Re: problem with a movie on android

#2 Post by PyTom »

Ren'Py on Android only supports fullscreen movies, with renpy.movie_cutscene().
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom
Software > Drama • https://www.patreon.com/renpytom

Post Reply

Who is online

Users browsing this forum: Majestic-12 [Bot]