Antwort auf: Anfängerfrage zu Button Script: Button auf anderen Card verändern

Startseite Foren Deutsches LiveCode-Forum Anfängerfrage zu Button Script: Button auf anderen Card verändern Antwort auf: Anfängerfrage zu Button Script: Button auf anderen Card verändern

#9209
Klaus Major
Administrator

    Du brauchst nirgendwohin zu gehen!

    So geht’s, wie ich oben beschrieben hatte:

    on hiliteChanged
       if the Hilite of me = "true" then
          set the backgroundcolor of button "buttonName" of card "cardB" to "green"
       else
          set the backgroundcolor of button "buttonName" of card "cardB" to "red"
       end if
    end hiliteChanged

    Gruß

    Klaus