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.
-
Tookipalooki
- Newbie
- Posts: 11
- Joined: Tue Jan 03, 2017 9:38 pm
- Completed: Chook & Sosig
- Projects: Chook & Sosig : A Case of Murder
- Tumblr: Tookipalooki
- itch: TookiPalooki
-
Contact:
#1
Post
by Tookipalooki » Tue Jan 03, 2017 10:02 pm
edit: I managed to overcome this hurdle too and solve it

I love this feeling
Hello, I'm really very sorry for what is probably a very simple question as I'm completely new to Ren Py, I looked around and read tutorials and the cookbook and videos but I'm struggling.
I'm wanting to animate both the idle and hover choice buttons.
Code: Select all
style.menu_choice_button.background =
"gui/button/choice_idle_background.png"
pause 0.15
"gui/button/choice_idle_background2.png"
pause 0.15
"gui/button/choice_idle_background3.png"
pause 0.15
repeat
this is what I was last trying
thankyou so much for your time