sWiSh ZoNe random text movement.
You just have to draw or type what ever you like and then switch your Scripting table to (Expert) mode , after that copy and pase the following script:
onEnterFrame() {
tellTarget (hello) {
}
setProperty (this, _alpha, random(100));
setProperty (this, _y, random(300));
setProperty (this, _x, random(300));
setProperty (this, _rotation, random(360));
startDrag (this, true);
}
Hope you like it and enjoy.
sWiSh ZoNe
Web Designer & Graphics.
|