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.
-
JaredKHAce
- Newbie
- Posts: 22
- Joined: Thu Oct 25, 2018 2:35 pm
-
Contact:
#1
Post
by JaredKHAce » Tue Jan 22, 2019 10:29 am
Hello folks, I've come back with another question. This time, I've been working on making my characters stand out more when talking. Essentially, I'm asking how I can have characters zoom in when in focus, and back to their normal position when the focus is on someone else. Think of DDLC for reference. I have the zoom in part down:
Code: Select all
transform focus1:
ease .1 zoom 1.03
But I can't figure out how to have a character zoom out to the default position. Any help would be greatly appreciated. Thank you!
Last edited by
JaredKHAce on Tue Jan 22, 2019 11:50 am, edited 1 time in total.
-
DragoonHP
- Miko-Class Veteran
- Posts: 758
- Joined: Tue Jun 22, 2010 12:54 am
- Completed: Christmas
- IRC Nick: DragoonHP
- Location: Zion Island, Solario
-
Contact:
#2
Post
by DragoonHP » Tue Jan 22, 2019 11:12 am
Something like this should work
Code: Select all
transform reset_focus:
ease .1 zoom 1
label start:
show eileen at focus1
"Dialogue dialogue"
show eileen at reset_focus
Users browsing this forum: Google [Bot]