Startseite › Foren › Deutsches LiveCode-Forum › Hovereffekt Smartphone › Antwort auf: Hovereffekt Smartphone
Januar 15, 2018 um 00:04 Uhr
#3652
Klingt aber eher nach „mousedown/touchstart“ und „mouseup/touchend“!
on mousedown
set the backgroundcolor of me to "red"
end mousedown
on mouseup
set the backgroundcolor of me to "blue"
## mehr mouseup zeugs hier...
end mouseup
Nicht?