Startseite › Foren › Deutsches LiveCode-Forum › Switch Button › Antwort auf: Switch Button
Mai 24, 2018 um 11:40 Uhr
#5639
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