PDA

View Full Version : Dynamic Mask (Simple Example)


Madokan
05-14-2002, 02:44 PM
Hi Folks,

Here just an other example - Drag & Drop + random movement.


form.onPress = function () {
startDrag(this);
}

form.onRelease = function () {
stopDrag();
}

form.onReleaseOutside = function () {
stopDrag();
}


Example:
Dynamic Mask (http://www.flashangel.de/mx/fsdynmasklupe.swf)

FLA here:
FLA Portal (http://www.flashstar.de/tutlist/)

yours
Matze K.