Thanks,
Unfortunately I can not take credit for it though, I downloaded it from either macromedia, flashcircle or here…
Can’t remember.
TD
Thanks,
Unfortunately I can not take credit for it though, I downloaded it from either macromedia, flashcircle or here…
Can’t remember.
TD
Not everyday you find anyone so honest . . . . .!:>
may be a prototype can make it easier…
MovieClip.prototype.slideX = function(endPosx) {
var divider = 3;
this.onEnterFrame = function() {
if (this._x<=endPosx) {
currentPosx = this._x;
diffPosx = endPosx-currentPosx;
movex = diffPosx/divider;
this._x = this._x+movex;
if (this._x>=endPosx) {
this._x = endPosx;
delete (this.onEnterFrame);
}
}
if (this._x>=endPosx) {
currentPosx = this._x;
diffPosx = endPosx-currentPosx;
movex = diffPosx/divider;
this._x = this._x+movex;
if (this._x<=endPosx) {
this._x = endPosx;
delete (this.onEnterFrame);
}
}
};
};
i cnat get inside the MC on that fla
Hey Indojepang,
Where must these actions be placed?
What needs to be on the stage for the action to work?
IGNORE THAT LAST POST !!!
cheez00 -
right click on it, then edit…
TD
that looks just a tad too advanced for me i prefer daves way… i have no idea how to work this fla
:: Copyright KIRUPA 2024 //--