Search found 12 matches

by valentin
Thu Oct 30, 2014 2:11 am
Forum: Ren'Py Questions and Announcements
Topic: Buttons in Edgescroll screen help
Replies: 5
Views: 1171

Re: Buttons in Edgescroll screen help

Thank you to you both, I'll try your suggestions.
by valentin
Tue Oct 28, 2014 11:25 pm
Forum: Ren'Py Questions and Announcements
Topic: Buttons in Edgescroll screen help
Replies: 5
Views: 1171

Re: Buttons in Edgescroll screen help

I tried that, but when I do that, the button doesn't scroll with the image.
by valentin
Tue Oct 28, 2014 1:24 pm
Forum: Ren'Py Questions and Announcements
Topic: Buttons in Edgescroll screen help
Replies: 5
Views: 1171

Buttons in Edgescroll screen help

Hello, so I wanted to eventually make a map screen that uses edge scroll and image buttons. You put your mouse to the edge and as it scrolls you can see the various places you can click on. I was just testing out the code, and I can't figure out why it wouldn't work. Here's what I had: screen edgesc...
by valentin
Mon Oct 13, 2014 1:34 am
Forum: Ren'Py Questions and Announcements
Topic: delete saved games (three methods haven't worked)
Replies: 3
Views: 636

Re: delete saved games (three methods haven't worked)

Thank you for the replies, but neither of the solutions worked.
by valentin
Tue Oct 07, 2014 5:56 pm
Forum: Ren'Py Questions and Announcements
Topic: delete saved games (three methods haven't worked)
Replies: 3
Views: 636

delete saved games (three methods haven't worked)

I'd like to delete the existing saves in my game. I looked up how to do it and tried three different methods none have worked. I tried the hover mouse button over save and press delete, I deleted persistants and everything in the 'save' folder of the game file, and I looked for the renpy folder in m...
by valentin
Mon Oct 06, 2014 11:14 am
Forum: Ren'Py Questions and Announcements
Topic: Movie won't show in splash screen
Replies: 2
Views: 1073

Re: Movie won't show in splash screen

Thank you for replying, the audio ended up being my issue. I tested it again with another file and it worked perfectly. ^^
by valentin
Mon Oct 06, 2014 11:13 am
Forum: Ren'Py Questions and Announcements
Topic: when using ATL animation, image buttons change coordinates
Replies: 0
Views: 439

when using ATL animation, image buttons change coordinates

Sorry the topic was weirded so strangely. Basically the issue is that I created image buttons for my navigation on the preferences, save and load screens, and animated them #init -2: #transform nav_eff: # on idle: # easein 0.3 rotate 0 # on selected_idle: # easein 0.3 rotate 3 # easein 0.3 rotate 0 ...
by valentin
Sat Oct 04, 2014 1:29 pm
Forum: Ren'Py Questions and Announcements
Topic: Movie won't show in splash screen
Replies: 2
Views: 1073

Movie won't show in splash screen

I was testing the splash screen code which was fairly straightforward, but for some reason it won't work. The start menu just appears regularly after a brief flash of black. When I use the loop code the screen just stays black without going to the main menu, so I know the movie's playing, but for so...
by valentin
Mon Dec 16, 2013 9:47 pm
Forum: Ren'Py Questions and Announcements
Topic: Trouble with Lip Flaps
Replies: 4
Views: 805

Re: Trouble with Lip Flaps

SundownKid wrote:I edited the code again to add random blinking. The old "Animation" function was a little inflexible. Just thought I'd let you know, if you were interested.
Oh wow, thanks again! I'll definitely try it out. I really appreciated the quick response too \(. . )/
by valentin
Mon Dec 16, 2013 4:45 am
Forum: Ren'Py Questions and Announcements
Topic: Trouble with Lip Flaps
Replies: 4
Views: 805

Re: Trouble with Lip Flaps

Sorry, I recently did some editing on it and I mixed up the scripts. Try the script now and it should work. If you don't want eye blink in it, then you should be able to just delete the eye blink code. It has 3 mouth images here - two with the mouth open in different positions and one with the mout...
by valentin
Sun Dec 15, 2013 8:10 am
Forum: Ren'Py Questions and Announcements
Topic: Trouble with Lip Flaps
Replies: 4
Views: 805

Trouble with Lip Flaps

I found this page in the cookbook: http://www.renpy.org/wiki/renpy/doc/cookbook/Blink_And_Lip_Flap I copied it directly just to try and see how it works, but I keep getting the traceback error: WhileSpeaking() takes exactly 2 arguments (3 given) In addition, I was wondering how the code changes if y...
by valentin
Mon Jul 22, 2013 11:49 am
Forum: Ren'Py Questions and Announcements
Topic: Return error in Renpy [EDIT: problem solved]
Replies: 0
Views: 790

Return error in Renpy [EDIT: problem solved]

EDIT: For some reason adding 'return' at the end of the label fixed it. I'll leave this up in case anyone else has a similar problem though! - Hello, I have a question about the return action in renpy. Keep in mind that I'm still an amateur at this. I have a button that calls a screen to show the in...