Fade in title?
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.
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.
-
unlovedapocalypse
- Newbie
- Posts: 2
- Joined: Sun Jun 05, 2022 11:57 pm
- Contact:
Fade in title?
Hello, I’m new to coding. On the main menu how can I made the text and the title fade in just like this? https://youtu.be/4gZOvinfOOo
- m_from_space
- Veteran
- Posts: 302
- Joined: Sun Feb 21, 2021 3:36 am
- Contact:
Re: Fade in title?
In Renpy making things fade in or out is very easy. Just apply an ATL transform. You can easily create a "fadein" transform doing this:
Then apply that transform to any Displayable (an image, a text, or a button, etc.)
Here is a lot you can learn about ATL transforms: https://www.renpy.org/doc/html/atl.html
Code: Select all
transform fadein:
alpha 0.0
linear 1.0 alpha 1.0
Code: Select all
textbutton "New Game" action Start() at fadein
- Imperf3kt
- Lemma-Class Veteran
- Posts: 3636
- Joined: Mon Dec 14, 2015 5:05 am
- Location: Your monitor
- Contact:
Re: Fade in title?
Use the before_main _menu label to fade in your background and use a fade transition on the main menu (set in options.rpy)
Warning: May contain trace amounts of gratuitous plot.
pro·gram·mer (noun) An organism capable of converting caffeine into code.
Current project: GGD Mentor
Free Android GUI - Updated occasionally
Twitter
Imperf3kt Blackjack - a WIP blackjack game for Android made using Ren'Py
pro·gram·mer (noun) An organism capable of converting caffeine into code.
Current project: GGD Mentor
Free Android GUI - Updated occasionally
Imperf3kt Blackjack - a WIP blackjack game for Android made using Ren'Py
-
unlovedapocalypse
- Newbie
- Posts: 2
- Joined: Sun Jun 05, 2022 11:57 pm
- Contact:
Re: Fade in title?
it worked, thank you 
Who is online
Users browsing this forum: Bing [Bot], Google [Bot], minyan