Ren'Py [Solved] How do I do the "feet to head body zoom" animation in Ren'py?

blame1

New Member
May 2, 2017
8
3
Hello, guys!
I'm a noob at this programming thing and I'm having some trouble figuring out how to zoom a complete body, bottom-up/feet to head.
I frequently see this type of "animation" when playing some ren'py games.
Tried to use this code/command I found in "Anna: Exciting Affection" that has the same "animation":

xpos 0 ypos -1400 xanchor 0 yanchor 0
linear 5.0 xpos 0 ypos 0


But it doesnt't work for me, seems like it's broken and Ren'py don't recognize the code.
Can u guys help me?
 

namiv

Member
Feb 19, 2020
135
62
You're welcome ;)
I had a similar problem with another command.
If you happened to play Sanguine Rose, The developer often used "panning". like the screen is even bigger and focus changes from one character into another.
Can you give me a hint about that?
plus I'm noober than our friend ;)
 

Porcus Dev

Engaged Member
Game Developer
Oct 12, 2017
2,582
4,692
I had a similar problem with another command.
If you happened to play Sanguine Rose, The developer often used "panning". like the screen is even bigger and focus changes from one character into another.
Can you give me a hint about that?
plus I'm noober than our friend ;)
Look here:
Panning

Zoom in/out
 
  • Like
Reactions: namiv

Porcus Dev

Engaged Member
Game Developer
Oct 12, 2017
2,582
4,692
is there a way to use horizontal pan?
if so, can it be combined with zoom in/out/?
For horizontal pan just change "y" for "x":
Python:
show your_image_name_here:
    subpixel True
    xalign 0.0
    linear 3.0 xalign 1.0
Here is the official documentation about ATL (Animation and Transformation Language):
 

namiv

Member
Feb 19, 2020
135
62
For horizontal pan just change "y" for "x":
Python:
show your_image_name_here:
    subpixel True
    xalign 0.0
    linear 3.0 xalign 1.0
Here is the official documentation about ATL (Animation and Transformation Language):
by the way is the big city's pleasure your work?
 

namiv

Member
Feb 19, 2020
135
62
Well congrats I played it last night, took me until morning. ;)
There are 2 major UPs in your game.
#1 correct English
#2 very reasonable progression. Realistic and smooth.(y)
I'm not 3D fan but it is beautiful.
I just hope you shove the girl in the shop into the game as well:love:
and you might be aware, I like to remind you;
There is a "Waht" instead of "What" in the script.
and the other corner of the college returns French notification instead of English.
I keep playing it tonight.
Plz dont get offended, I like ppl remind me of my mistakes and I thought your game was too good to pass.
Best of luck my new Fav:coffee:
 
  • Love
Reactions: Porcus Dev

Porcus Dev

Engaged Member
Game Developer
Oct 12, 2017
2,582
4,692
Well congrats I played it last night, took me until morning. ;)
There are 2 major UPs in your game.
#1 correct English
#2 very reasonable progression. Realistic and smooth.(y)
I'm not 3D fan but it is beautiful.
I just hope you shove the girl in the shop into the game as well:love:
and you might be aware, I like to remind you;
There is a "Waht" instead of "What" in the script.
and the other corner of the college returns French notification instead of English.
I keep playing it tonight.
Plz dont get offended, I like ppl remind me of my mistakes and I thought your game was too good to pass.
Best of luck my new Fav:coffee:
No offense at all. If no one reports the bugs I can't correct them :p

The text in the university is a translation problem... the English translation is missing and therefore it appears in Spanish, it will be corrected for the next version. As for the "waht", could you tell me what scene you saw it in? Thank you.

I'm glad you liked it and that it kept you up all night playing, lol
If you need help to progress, here are some guides and tips:
https://f95zone.to/threads/big-citys-pleasures-v0-2-3c-porcus.16290/#post-2794566

Enjoy! ;):devilish: