Check ther news.How have they made the scrolland thet ext effect it´s a beauty.
/M
Check ther news.How have they made the scrolland thet ext effect it´s a beauty.
/M
here is a semi function quick and dirty.
copy and past into the first keyframe action panel
and test
will have to obviously add stuff but should get u started.
hope it helps
//***************************
for (var x = 0; x<5; x++) {
_root.createEmptyMovieClip(“x”+x, x);
setProperty([“x”+x], _y, getProperty([“x”+x], _y)+20x);
setProperty(this.params_mc, _y, 20);
_root[“x”+x].createTextField(“txt”+x, 1, 100, 100, 300, 100);
_root[“x”+x][“txt”+x].text = "this is text I can put stuff in here "+x;
_root[“x”+x].onRelease = function() {
trace(this._name);
menNum = this._name.split(“x”);
for (var t = 0; t<x; t++) {
if (menNum[0, 1] != t && menNum[0, 1]>t) {
trace(t+“sfdgds”+menNum);
var loTween_x = new mx.transitions.Tween(_root[“x”+t], “_y”, mx.transitions.easing.Bounce.easeOut, _root[“x”+t]._y, _root[“x”+t]._y-50, 2, true);
}
}
};
}
//**************************
Thanke you ipaqflash!
It´s great but i´m no god att this so i probebly need mor help dut thanks anyvway its nice.
/M
:: Copyright KIRUPA 2024 //--