Search found 5 matches

by dosa0733
Thu Dec 03, 2015 10:17 am
Forum: Ren'Py Questions and Announcements
Topic: Dice roll animation problem
Replies: 0
Views: 342

Dice roll animation problem

Hi all, I have a problem with the animation. I'm trying to make a dice spin animation where the dice itself spin but the numbers don't, they just change. I use this code for the animation: image diceRoll: "Dice_back.png" xalign 0.07 yalign 0.11 parallel: "1.png" xalign 0.1 yalign...
by dosa0733
Sun Nov 22, 2015 8:34 pm
Forum: Ren'Py Questions and Announcements
Topic: Jump [variable]
Replies: 1
Views: 1131

Jump [variable]

Hey all I have a question is it possible to make a jump statement where the label name is a variable like:

Code: Select all

$ labelJump="label1"
jump [labelJump]
by dosa0733
Sun Nov 15, 2015 6:48 pm
Forum: Ren'Py Questions and Announcements
Topic: Gold display on screen problem [Solved]
Replies: 3
Views: 358

Re: Gold display on screen problem

I solved the problem whit it . As for the reason of writing like that i will add more currency types dependig on the region where the player is playing in the game
by dosa0733
Sun Nov 15, 2015 1:24 pm
Forum: Ren'Py Questions and Announcements
Topic: Gold display on screen problem [Solved]
Replies: 3
Views: 358

Gold display on screen problem [Solved]

Hey all I'm trying to display gold on the screen but theirs a problem I create the gold amount first with "$ coins = 0" inside my label then I just want to add to the pile of gold "$ coins += 1" and i get an error that says gold is not defined I also have this part as my display ...
by dosa0733
Mon Sep 14, 2015 7:22 am
Forum: Ren'Py Questions and Announcements
Topic: Character text color
Replies: 1
Views: 488

Character text color

Hello all I'm new at creating VN. how to change a characters text color I know that you can change by using "{color=#000} Text is here {/color}" but I'm getting annoyed writing the color part for every line of text for every character. Is there a way to make that a character always have a ...