Search found 129 matches

by animedaisuki
Mon May 13, 2013 8:12 am
Forum: Ren'Py Questions and Announcements
Topic: click-to-continue response cursor
Replies: 23
Views: 4989

Re: click-to-continue response cursor

jk, i got it to work... except the sakura is somehow covered by a half transparent black layer? i even tried to delete my window but it's still covered by that layer... what's going on?
by animedaisuki
Mon May 13, 2013 7:44 am
Forum: Ren'Py Questions and Announcements
Topic: click-to-continue response cursor
Replies: 23
Views: 4989

Re: click-to-continue response cursor

yes that's the one! but i don't get the code. i copied and pasted it... then what? nothing showed up... what do i need to change or add?
by animedaisuki
Sun May 12, 2013 11:00 pm
Forum: Ren'Py Questions and Announcements
Topic: click-to-continue response cursor
Replies: 23
Views: 4989

Re: click-to-continue response cursor

hmmm... this is interesting... i think i'll use this function in my game... it's not the one i'm looking for though... it's similar, except i want a click on to continue sign with the animated sakura
by animedaisuki
Sun May 12, 2013 8:27 pm
Forum: Ren'Py Questions and Announcements
Topic: click-to-continue response cursor
Replies: 23
Views: 4989

Re: click-to-continue response cursor

i've seen that post... but i still don't get it... :'( the sakura pic in the tutorial is just one pic. i don't know how to make it move
by animedaisuki
Sun May 12, 2013 7:08 am
Forum: Ren'Py Questions and Announcements
Topic: click-to-continue response cursor
Replies: 23
Views: 4989

Re: click-to-continue response cursor

You'll want to create an animation for your arrow : http://renpy.org/wiki/renpy/doc/reference/functions/Animation?highlight=%28animation%29 And then check the Click-to-continue parameter of your Characters : http://renpy.org/wiki/renpy/doc/reference/functions/Character?highlight=%28character%29 cou...
by animedaisuki
Sun May 12, 2013 6:43 am
Forum: Ren'Py Questions and Announcements
Topic: how do i do anim.Filmstrip? like the sakura in the tutorial?
Replies: 8
Views: 833

Re: how do i do anim.Filmstrip? like the sakura in the tutor

you know how u download the renpy system and it has a tutorial in it? that's the one i'm talking about...
by animedaisuki
Sun May 12, 2013 6:41 am
Forum: Ren'Py Questions and Announcements
Topic: how do i do anim.Filmstrip? like the sakura in the tutorial?
Replies: 8
Views: 833

Re: how do i do anim.Filmstrip? like the sakura in the tutor

i don't have a link, but it was part of the renpy tutorial video. the tutorial game basically. they have many cool effects... but most of them look like mysteries to me... no idea how to get those effects...
by animedaisuki
Sun May 12, 2013 6:40 am
Forum: Ren'Py Questions and Announcements
Topic: how do i make two windows?
Replies: 4
Views: 468

Re: how do i make two windows?

i've seen that one already actually. i think it's different from what i want though... what i'm trying to make is a texting system, not really a chatting system. i think that thread talks about TWO players who chat with each other? or ONE player who play multiple roles. what i want is a system simil...
by animedaisuki
Sat May 11, 2013 8:05 am
Forum: Ren'Py Questions and Announcements
Topic: how do i do anim.Filmstrip? like the sakura in the tutorial?
Replies: 8
Views: 833

Re: how do i do anim.Filmstrip? like the sakura in the tutor

# Backgrounds. image bg carillon = "carillon.jpg" image bg whitehouse = "whitehouse.jpg" image bg washington = "washington.jpg" image bg onememorial = "1memorial.jpg" image black = Solid((0, 0, 0, 255)) # Character pictures. image eileen happy = "9a_happy.png" image eileen vhappy = "9a_vhappy.png" ...
by animedaisuki
Sat May 11, 2013 8:02 am
Forum: Ren'Py Questions and Announcements
Topic: how do i do anim.Filmstrip? like the sakura in the tutorial?
Replies: 8
Views: 833

Re: how do i do anim.Filmstrip? like the sakura in the tutor

$ ectcf = Character('Eileen', color=(200, 255, 200, 255), ctc = anim.Filmstrip("sakura.png", (20, 20), (2, 1), .30, xpos=760, ypos=560, xanchor=0, yanchor=0), ctc_position="fixed") image snowblossom = SnowBlossom(anim.Filmstrip("sakura.png", (20, 20), (2, 1), .15)) I copied the two codes above. but ...
by animedaisuki
Sat May 11, 2013 7:54 am
Forum: Ren'Py Questions and Announcements
Topic: how do i do anim.Filmstrip? like the sakura in the tutorial?
Replies: 8
Views: 833

Re: how do i do anim.Filmstrip? like the sakura in the tutor

i didn't get an error msg... it's just that nothing shows up when i tested out the game...

i don't know which 7 files i need... i thought i only needed the sakura picture file, since that's the only thing i'm doing. what are the other 6?
by animedaisuki
Sat May 11, 2013 4:11 am
Forum: Ren'Py Questions and Announcements
Topic: how do i do anim.Filmstrip? like the sakura in the tutorial?
Replies: 8
Views: 833

how do i do anim.Filmstrip? like the sakura in the tutorial?

Hi, I want to do anim.Filmstrip, like the one with the moving sakura in the tutorial. I copied the code on this website, but I didn't get the right result... What part of the code do i need to change to make it work? http://www.renpy.org/dl/5.4.2/example.html Also, is there a good website for learni...
by animedaisuki
Fri May 10, 2013 9:19 am
Forum: Ren'Py Questions and Announcements
Topic: how do i make two windows?
Replies: 4
Views: 468

Re: how do i make two windows?

Could it be this? http://lemmasoft.renai.us/forums/viewtopic.php?f=8&t=21133 Not exactly a chat system, but it makes it possible for two or three characters to speak on the same screen. Koichi Akabe put a downloadable demo here (Japanese language site, click on the first link): http://vbkaisetsu.sk...
by animedaisuki
Fri May 10, 2013 12:38 am
Forum: Ren'Py Questions and Announcements
Topic: Is it ok if I delete the accidentally created translation?
Replies: 4
Views: 538

Re: Is it ok if I delete the accidentally created translatio

also, just wondering... how exactly do i make translations? do i finish the entire translation and then click "generate translation"? what if i realize a typo and need to go back to change?
by animedaisuki
Fri May 10, 2013 12:27 am
Forum: Ren'Py Cookbook
Topic: Writing answers instead of choosing menu options [EDITED]
Replies: 56
Views: 12376

Re: Writing answers instead of choosing menu options

Put the code wherever you like. Personally I use a new rpy dedicated to chat functionality, just to stay organised. As for your other question, it's not related to this topic, and you've already made a topic for it. sorry, but no one answered... and i couldn't find the post you mentioned last time....