on insensitive, in a transform

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
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.
Post Reply
Message
Author
User avatar
Kia
Eileen-Class Veteran
Posts: 1040
Joined: Fri Aug 01, 2014 7:49 am
Deviantart: KiaAzad
Discord: Kia#6810
Contact:

on insensitive, in a transform

#1 Post by Kia »

I'm not sure if it was working before but right now I can't see any change when a button is insensitive when suing a transform like this:

Code: Select all

transform b_buttons:
    on idle:
        easein .2 alpha 1
    on hover:
        easein .2 alpha 1
    on selected_idle:
        easein .2 alpha 1
    on selected_hover:
        easein .2 alpha 1
    on insensitive:
        easein .2 alpha .1
since I can't find anything on the topic in the documentation and the change log, I had to ask here.
does anybody know about this "on insensitive" state?

Post Reply

Who is online

Users browsing this forum: Google [Bot]