Antwort auf: Switch Button

Startseite Foren Deutsches LiveCode-Forum Switch Button Antwort auf: Switch Button

#5639
pderks
Teilnehmer

    Hallo, Roger,

    Du drückst Dich nicht so eindeutig aus, dass ich glaube, Deine Aufgabe sicher verstanden zu haben.

    Hier ein Versuch eines Tastenskripts:

    on MouseUp
       set the Hilite of the Target to not the Hilite of the Target
       if the Hilite of the Target = true
       then
          do 1
       else
          do 2
          do 3
       end if
    end MouseUp

    Gruß

    Peter