Jaica
08-25-2005, 08:36 PM
I hope someone can help out? I have tried this effect with tweening, Then I have tried it with actionscript using this code by adding a mask so that it would movie from left to right.
move.targetx = 50; then
onClipEvent (load) {
friction = "0.45";
}
onClipEvent (enterFrame) {
speedx = difx*friction;
setProperty (this, _x, _root.move._x+speedx);
difx = int(targetx)-this._x;
}
but for some reason I cannot get this effect right like this site: 140db (http://www.140db.com/)
!) top row, click on middle picture
2) the effect I am looking for is how the brown color comes as if it s a wipe?
Can anyone help out?
move.targetx = 50; then
onClipEvent (load) {
friction = "0.45";
}
onClipEvent (enterFrame) {
speedx = difx*friction;
setProperty (this, _x, _root.move._x+speedx);
difx = int(targetx)-this._x;
}
but for some reason I cannot get this effect right like this site: 140db (http://www.140db.com/)
!) top row, click on middle picture
2) the effect I am looking for is how the brown color comes as if it s a wipe?
Can anyone help out?