Search found 6 matches

by kampmichi
Wed Oct 19, 2016 2:46 pm
Forum: Ren'Py Questions and Announcements
Topic: Creating a text displayable in a Pythonblock
Replies: 5
Views: 860

Re: Creating a text displayable in a Pythonblock

I could create a displayable in the screan language but how do I apply a transformation to it from the outside? The thing is... the animation shouldn't trigger on hover or a buttonpress but when another function says it should. I don't know how to do that. on the other hand I know how to use the sho...
by kampmichi
Wed Oct 19, 2016 12:50 pm
Forum: Ren'Py Questions and Announcements
Topic: Creating a text displayable in a Pythonblock
Replies: 5
Views: 860

Re: Creating a text displayable in a Pythonblock

I need a function to signal the start of the animation and as far as I know the screenlanguage doesn't allow me to do that... What I want to do is this: You press a button that starts a few thing in the background and every 0.4 - 0.6 sec you get a stat increase. Each time that happens the amount of ...
by kampmichi
Mon Oct 17, 2016 11:21 am
Forum: Ren'Py Questions and Announcements
Topic: Creating a text displayable in a Pythonblock
Replies: 5
Views: 860

Creating a text displayable in a Pythonblock

I want to display and animate both a string and an icon whenever I gain an increase in a stat. I figured out how to do the icon. image g_ame4 = "game.png" init python: some_function: renpy.show("g_ame4",at_list=[metal_gear] , layer="extra", what=None, zorder=9001, tag=N...
by kampmichi
Thu Sep 01, 2016 1:15 pm
Forum: Ren'Py Questions and Announcements
Topic: Panning the scene
Replies: 2
Views: 990

Re: Panning the scene

Thanks!
A composite does work.

And yeah I want to do a camera move effect.
by kampmichi
Thu Sep 01, 2016 12:26 pm
Forum: Ren'Py Questions and Announcements
Topic: Panning the scene
Replies: 2
Views: 990

Panning the scene

I want to make a panning shot of my background right now I am using : show Class_Lena turned: yalign 0.0 on woop: linear 3.0 xalign 0.0 ypos 0 with dissolve show class_day: xanchor 0.0 yanchor 0.0 linear 3.0 xalign 0.5 ypos 0 event woop to pan into the middle. The problem is that I have a character ...
by kampmichi
Tue Mar 15, 2016 3:49 am
Forum: I am a Programmer, Director, or Other
Topic: [OPEN for Commission] Programmer for Hire!
Replies: 65
Views: 231067

Re: Programmer for Hire!

I recommend working with DragoonHP. I asked / commissioned him to work on a small project of mine. The price was reasonable, he worked fast and there aren't any errors. The only thing I could complain about would be a few missleading or to generic variable names and not enough comments in the code (...