TDF Sig Bubbles Effect

How in the world did he do that? I have tried many different scripts for the past 2 days and i just cave in
Plz tell me.
These are the scripts I have tried…

onClipEvent (enterFrame) {
y=_root._ymouse - 500
x=_root._xmouse - 500
t=x+y
n=t/2
setProperty(this,_xscale,250 - n);
setProperty(this,_yscale,250 - n);
}

onClipEvent (enterFrame) {
yy=100 - y;
xx=100 - x;
if (“0”>=y) {y=“100”}
if (“0”>=x) {x=“100”}
n=yy+xx;
if (“200”>=_root._xmouse) {x=this._x - _root._xmouse};
if (_root._xmouse>=“200”) {x=_root._xmouse - this._x};
if (“200”>=_root._ymouse) {y=this._y - _root._ymouse};
if (_root._ymouse>=“200”) {y=_root._ymouse - this._y};
setProperty(this,_xscale,n);
setProperty(this,_yscale,n);
}

onClipEvent (enterFrame) {
ny=“250” - _root._ymouse
nx=“250” - _root._xmouse
if(_root._xmouse >= “200”) {nxx=“200” - nx}
if(“200” >= _root._xmouse) {nxx=“200” - nx}
if(_root._ymouse >= “200”) {nyy=“200” - ny}
if(“200” >= _root._ymouse) {nyy=“200” - ny}
n=nyy+nxx
setProperty(this,_xscale,n);
setProperty(this,_yscale,n);
}

onClipEvent (enterFrame) {
if (_root._ymouse >= 250) {
y=_root._ymouse - this._y;
}
if (250 >= _root._ymouse) {
y=this._y - _root._ymouse;
}
if (250 >= _root._xmouse) {
x=this._x - _root._xmouse;
}
if (_root._xmouse >= 250) {
x=_root._xmouse - this._x;
}
n=x+y
setProperty(this,_alpha,n + 200);
setProperty(this,_xscale,250 - n);
setProperty(this,_yscale,250 - n);
if (“0”>= n) {n=“1”};
}

<EMBED SRC="http://www.farnova.com/farnovasig.swf></EMBED>

Pretty tricky, hue ? The code is very long, and very hard too. If my server accepted to work sometimes, I could post the darn fla…

pom 0]

Yup very hard! I can’t get it to work tried alot
If anyone else has the fla plz post it tho!

thanx for help pom.

[email protected]

Embedded Scripts and Applets not allowed

Sent.
pom 0]

I didnt think you would email it. Novel idea on your behalf pom.

THANKIES

checking my mail
codemaster
Embedded Scripts and Applets not allowed

Had no choice, my server was down… But it works now.

pom 0]

Yesterday I asked but it been whole day. Stil no fla in me inbox. Do big emails take more than one day?

[email protected]

No, that’s not normal. Here’s the <a href=http://www.multimania.com/ilyaslamasse/pond3D.fla>source</a>.

pom 0]