Plz help to find text colors statements for mouse hover
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Plz help to find text colors statements for mouse hover
style.menu_choice_chosen.color - constant color style, but how can I change it by hover mouse over it?
Re: Plz help to find text colors statements for mouse hover
Try
Code: Select all
$ style.menu_choice.hover_color = "#c00000"Re: Plz help to find text colors statements for mouse hover
Hmm.
It's work, but some kinda weird - I must clear temp files before running script, otherwise it ignore astyle changes.
And I don't understand, why template statemant in options.rpy have 8 digits in hex number?
Color must have 6 or 8 digits?
It's work, but some kinda weird - I must clear temp files before running script, otherwise it ignore astyle changes.
And I don't understand, why template statemant in options.rpy have 8 digits in hex number?
Color must have 6 or 8 digits?
Re: Plz help to find text colors statements for mouse hover
tohtamish wrote:And I don't understand, why template statemant in options.rpy have 8 digits in hex number?
The description of Color can be found at here.Ren'Py documentation wrote: In a triple, the components represent red, green, and blue. In a quadruple, the components represent red, green, blue, and alpha.
Re: Plz help to find text colors statements for mouse hover
thx, all cleat
I just thought appha is first two, but I see they r at last.
I just thought appha is first two, but I see they r at last.
Who is online
Users browsing this forum: Bing [Bot]