Search found 16 matches

by mozillauser
Thu Jul 17, 2008 5:12 pm
Forum: Ren'Py Questions and Announcements
Topic: About the Rotozoom function
Replies: 3
Views: 829

Re: About the Rotozoom function

Maybe I didn't understand what the problem is.

I posted my solution in another post of this forum: look here.
It contains a link to a zip, that gives you a Ren'Py script and 3 images. One of the images shows an arm, wich I rotated by using RotoZoom. You also can download the zip here.
by mozillauser
Sun Jul 13, 2008 12:08 pm
Forum: Ren'Py Questions and Announcements
Topic: About the Rotozoom function
Replies: 3
Views: 829

Re: About the Rotozoom function

Yes, I had the same problem, but RotoZoom has no parameter to set the center. It is always the center of the image.

Therefore I enlarged the image to the right, to make RotoZoom move the center to the right.
by mozillauser
Sat Jul 12, 2008 6:10 pm
Forum: Ren'Py Questions and Announcements
Topic: How to do Comparisons Between Variables?
Replies: 20
Views: 3469

Re: How to do Comparisons Between Variables?

(I'm not sure if you have to keep the "expression" part, thou... I'm just puttting it there to be safe!) Well, I'm not very experienced in phyton, but in my opinion the expression is not required for this case. Look at PyToms example: jump expression scores[0][1] I guess the syntax of the...
by mozillauser
Thu Jul 10, 2008 1:17 pm
Forum: Ren'Py Questions and Announcements
Topic: I can't seem to get images to display properly.
Replies: 9
Views: 1571

Re: I can't seem to get images to display properly.

PyTom wrote:Extensions are required for image files. (Unless you did something insane and saved the image file without an extension, which is possible but unlikely.)
unlikely? Of Course :!:
But it seems, that the missing extensions don't affect anything (in this script :) )
by mozillauser
Thu Jul 10, 2008 1:09 pm
Forum: Ren'Py Questions and Announcements
Topic: I can't seem to get images to display properly.
Replies: 9
Views: 1571

Re: I can't seem to get images to display properly.

yummy wrote:I think you simply might have forgotten to put the image file extensions.
I don't think, that this is a must! (at least under windows)
:arrow: I testet the unmodified script from Tsundere Lightning, and I only prepared some images (jpg's and png's without extension)
by mozillauser
Wed Jul 09, 2008 1:40 pm
Forum: Ren'Py Questions and Announcements
Topic: I can't seem to get images to display properly.
Replies: 9
Views: 1571

Re: I can't seem to get images to display properly.

Hi Tsundere Lightning, I examined your script and ... there is nothing wrong with it. Ok, I put it in the editor, prepared some images and let it run. It works fine except.... the last statement ( show lucy surprised ). This show statement ist useless because the scripts ends, before the user can in...
by mozillauser
Sun Jul 06, 2008 2:45 pm
Forum: Ren'Py Questions and Announcements
Topic: How to create an animation for wagging one's finger at so.?
Replies: 7
Views: 1538

Re: How to create an animation for wagging one's finger at so.?

Yes, with RotoZoom I almost reached the desired result - look at the script below. Maybe you want to look at the wagging hand :wink: , therefore I attached the script with the correponding pics. images+script.zip By the way: I had to fit the picture of the arm too, because RotoZoom alway uses the mi...
by mozillauser
Sat Jul 05, 2008 9:55 am
Forum: Ren'Py Questions and Announcements
Topic: How To Make Menus become Horizontal
Replies: 26
Views: 5507

Re: How To Make Menus become Horizontal

The image 'The afterlife story' ist very artistic.
by mozillauser
Fri Jul 04, 2008 12:47 pm
Forum: Ren'Py Questions and Announcements
Topic: How To Make Menus become Horizontal
Replies: 26
Views: 5507

Re: How To Make Menus become Horizontal

And while we're at it: Maybe there is a possibility to arrange certain menus, and not all menus, because sometimes it would be better to present horizontal menus and sometimes I want to show vertical ones. Therefore I'm looking for a solution, that is outside the options.rpy It can probably be done...
by mozillauser
Fri Jul 04, 2008 12:34 pm
Forum: Ren'Py Questions and Announcements
Topic: How to create an animation for wagging one's finger at so.?
Replies: 7
Views: 1538

Re: How to create an animation for wagging one's finger at so.?

JQuartz wrote:Maybe you can try using rotozoom to wag the arm. http://www.renpy.org/wiki/renpy/doc/ref ... s/RotoZoom
Thanks, I will try it this weekend
by mozillauser
Thu Jul 03, 2008 5:01 pm
Forum: Ren'Py Questions and Announcements
Topic: How To Make Menus become Horizontal
Replies: 26
Views: 5507

Re: How To Make Menus become Horizontal

Looks very nice and totaly different from the native style in Ren'Py.
Good work!
by mozillauser
Thu Jul 03, 2008 4:26 pm
Forum: Ren'Py Questions and Announcements
Topic: How to create an animation for wagging one's finger at so.?
Replies: 7
Views: 1538

Re: How to create an animation for wagging one's finger at so.?

I attached a zip file with a very short script and 3 images. The script (wich is shown below) moves the hand from the left into the scene and then back. In the middle the hand (in this case the whole arm) should wag, but actually I don't know how to do it. A second problem is, that the user can inte...
by mozillauser
Thu Jul 03, 2008 11:57 am
Forum: Ren'Py Questions and Announcements
Topic: How To Make Menus become Horizontal
Replies: 26
Views: 5507

Re: How To Make Menus become Horizontal

layout.grouped_main_menu(x) Thank you for trying it, but other values than x=4 will chop the main-menu. :cry: I'm interested in arranging the normal (hand made) menus but not the main- or game-menu. And while we're at it: Maybe there is a possibility to arrange certain menus, and not all menus, bec...
by mozillauser
Thu Jul 03, 2008 11:32 am
Forum: Ren'Py Questions and Announcements
Topic: How to create an animation for wagging one's finger at so.?
Replies: 7
Views: 1538

Re: How to create an animation for wagging one's finger at so.?

deinarious wrote:Just work on the tutorials first before making the wagging finger.
:lol:

Ok, but I thought of a Ren'Py method rather than to create an animated image. I guess - no, I hope - there is a method to combine several animations to a single animation.
by mozillauser
Wed Jul 02, 2008 6:28 pm
Forum: Ren'Py Questions and Announcements
Topic: How To Make Menus become Horizontal
Replies: 26
Views: 5507

Re: How To Make Menus become Horizontal

Just to understand your questions:

1: horizontal menus like the attached image?
2: seems to be clear
3: Do you need a new type of menu?

I am interested in the answers too, so I have no solution for you, sorry :roll: