Search found 8 matches
- Thu Aug 02, 2012 11:50 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Problem with Click to Continue animation.
- Replies: 12
- Views: 1161
Re: Problem with Click to Continue animation.
Alright, now it's perfect! Thanks for all the help again!
- Thu Aug 02, 2012 11:07 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Problem with Click to Continue animation.
- Replies: 12
- Views: 1161
Re: Problem with Click to Continue animation.
There we go! Works perfectly, thanks for all your help!
Crap, almost perfectly, how do I move it around when the code's like this?
Crap, almost perfectly, how do I move it around when the code's like this?
- Thu Aug 02, 2012 10:43 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Problem with Click to Continue animation.
- Replies: 12
- Views: 1161
Re: Problem with Click to Continue animation.
Code: Select all
image ctc_animation = Animation("ctc1.png", "ctc2.png", "ctc3.png", "ctc4.png", "ctc5.png", "ctc6.png", "ctc7.png", "ctc8.png", "ctc9.png", "ctc10.png", "ctc11.png", xpos=1.0, ypos=1.0, xanchor=1.0, yanchor=1.0)- Thu Aug 02, 2012 10:35 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Problem with Click to Continue animation.
- Replies: 12
- Views: 1161
Re: Problem with Click to Continue animation.
Okay, so I have everything as you say and I get this error. While running game code: File "game/script.rpy", line 22, in script TypeError: unsupported operand type(s) for +: 'int' and 'str' Which is a line of test text that says: k "The quick brown fox jumps over the lazy dog." Sorry for the constan...
- Thu Aug 02, 2012 10:24 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Problem with Click to Continue animation.
- Replies: 12
- Views: 1161
Re: Problem with Click to Continue animation.
So just for clarification would this be correct?
Code: Select all
define k = Character('Kazuki', show_two_window=True, color="#ffffff")
$ a = Character('Kazuki', ctc="ctc_animation", ctc_position="fixed")- Thu Aug 02, 2012 9:49 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Problem with Click to Continue animation.
- Replies: 12
- Views: 1161
Problem with Click to Continue animation.
So as the title says I'm having problems with my click to continue animation, I have the animation itself setup but the problem is with the next line of code I get (from the textbox tutorial that is). $ a = Character('Name', ctc="ctc_animation", ctc_position="fixed") where exactly do I put this? I'm...
- Wed Aug 01, 2012 9:36 pm
- Forum: Asset Creation: Music, Sound, and Movies
- Topic: Tools necessary for making music?
- Replies: 3
- Views: 1318
Tools necessary for making music?
Okay, so I want to make music for a project, simple enough, but the problem is that I nor my friend who is working on the project with me have practically any experience or equipment at my disposal. The only tool I have is Fruity Loops 9. Is there anything else that I need to make music that won't s...
- Tue Jul 31, 2012 8:25 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Making text appear gradually? Transparent textboxes?
- Replies: 3
- Views: 2367
Making text appear gradually? Transparent textboxes?
I'm not quite sure what the actually name for this is but I wanted the text to appear gradually (as in it looks like it's actually being written, or sort of fading into existence :P) while reading. Does anyone know how to do this? I also wanted to know if you could make text boxes see-through so you...