Matthias Kannengiesser
Erfahrenes Mitglied
Dynamische Maske (Neue Spielerei)
Hi Folks,
Hier eine Spielerei - Drag & Drop und automatische zufallsbewegung.
Diest ist ein Teil des Codes - ein Beispiel:
Dynamische Maske
FLA, wie immer im Portal:
FLA Portal
mfg
Matze K.
Hi Folks,
Hier eine Spielerei - Drag & Drop und automatische zufallsbewegung.
PHP:
form.onPress = function () {
startDrag(this);
}
form.onRelease = function () {
stopDrag();
}
form.onReleaseOutside = function () {
stopDrag();
}
Diest ist ein Teil des Codes - ein Beispiel:
Dynamische Maske
FLA, wie immer im Portal:
FLA Portal
mfg
Matze K.