- Feb 3, 2018
- 1,245
- 2,780
hi , I need some help for my project please
here's my problem
I want to make a scene where the MC take a violent hit so he scream in pain
MC "AAAAAARRRRRGGGGGHHHHHH"
and to this I want to add vpunch to shake the screen and white flash
for the flash I already defined it with this " define flash = Fade(0.1, 0.0, 0.5, color="#fff") "
the problem is , I want to have MULTIPLE hpunch and multiple flash in a single line and not before or after this line , but at the same time as the text is displayed , like this
MC "AAAAAARRRRRGGGGGHHHHHH" with hpunch with hpunch with flash with hpunch with flash with flash
but renpy allow me to only put ONE "with" at the end of the line
I've already tried the " {nw} and extend " technique to put the effect in the middle my phrase but it make the text disappear when the effect play so it's not the right solution
I know that I could define a custom animation , lets call it "punch_flash" but I have no idea how do do this
I've read this page
but I don't understand a single thing of what they say ....
their "tuto" are made for people with a solid base knowledge , and I'm far from it ( first touched renpy 2 weeks ago ... )
so if someone know the simplest way to either force multiple flash and punch in the same line , or how to make a custom transition with multiple punch and flash ?
thank you
here's my problem
I want to make a scene where the MC take a violent hit so he scream in pain
MC "AAAAAARRRRRGGGGGHHHHHH"
and to this I want to add vpunch to shake the screen and white flash
for the flash I already defined it with this " define flash = Fade(0.1, 0.0, 0.5, color="#fff") "
the problem is , I want to have MULTIPLE hpunch and multiple flash in a single line and not before or after this line , but at the same time as the text is displayed , like this
MC "AAAAAARRRRRGGGGGHHHHHH" with hpunch with hpunch with flash with hpunch with flash with flash
but renpy allow me to only put ONE "with" at the end of the line
I've already tried the " {nw} and extend " technique to put the effect in the middle my phrase but it make the text disappear when the effect play so it's not the right solution
I know that I could define a custom animation , lets call it "punch_flash" but I have no idea how do do this
I've read this page
You must be registered to see the links
but I don't understand a single thing of what they say ....
their "tuto" are made for people with a solid base knowledge , and I'm far from it ( first touched renpy 2 weeks ago ... )
so if someone know the simplest way to either force multiple flash and punch in the same line , or how to make a custom transition with multiple punch and flash ?
thank you