Click to Continue Animation

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
ourdecemberdreams
Regular
Posts: 58
Joined: Sat Apr 15, 2017 3:26 pm
Projects: The Last December
Tumblr: ourdecemberdreams
Deviantart: ourdecemberdreams
itch: ourdecemberdreams
Contact:

Click to Continue Animation

#1 Post by ourdecemberdreams »

Anyone has any idea how to add a ctc animation to a script coded in this manner? I've tried looking for online examples/solutions but couldn't find any. I know how to do it if I were to define a character, but the whole story's already scripted in this manner, so I'm wondering if there's a easier way for me to add the feature in without having to replace all the character names.

Code: Select all

image ctc = Animation(
	"ctc/image_00016.png", 0.2,
	"ctc/image_00017.png", 0.2, 
	"ctc/image_00018.png", 0.2, 
	"ctc/image_00019.png", 0.2, 
	"ctc/image_00020.png", 0.2, 
	"ctc/image_00021.png", 0.2, 
	"ctc/image_00022.png", 0.2, 
	"ctc/image_00023.png", 0.2, 
	"ctc/image_00022.png", 0.2, 
	"ctc/image_00021.png", 0.2, 
	"ctc/image_00020.png", 0.2, 
	"ctc/image_00019.png", 0.2, 
	"ctc/image_00018.png", 0.2, 
	"ctc/image_00017.png", 0.2, 
	"ctc/image_00016.png", 0.2, 
	"ctc/image_00020.png", 0.2, xpos=0.70, ypos=0.70, xanchor=0.5, yanchor=0.5)

label start:
"Narrator" "{color=#000}Dialog code [[N01]{/color}\nABCDEFG"
Thanks in advance! :)

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot], Bing [Bot], henne