brainshock
Lounge-Member
Hallo,
wie kann man bei startdrag verhindern, dass sich die y-Koordinate ändert?
Danke.
wie kann man bei startdrag verhindern, dass sich die y-Koordinate ändert?
Danke.
Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature currently requires accessing the site using the built-in Safari browser.
onClipEvent (mouseDown) {
this.startDrag (true,0,0,500,0);
}