Hi to everybody
i am in the learning flash and i need helllllp
i have a symbol called as box
i have a loop that is executed 8 times
and when this loop is executed the width should increase
by 15 ! 8 times
below is the script
on release event i have called this function
where an i wrong
regards Unicorn11
abhishek@tripmedia.com
[red]Luck is not chance, it's toil; fortune's expensive
smile is earned.[red]
i am in the learning flash and i need helllllp
i have a symbol called as box
i have a loop that is executed 8 times
and when this loop is executed the width should increase
by 15 ! 8 times
below is the script
on release event i have called this function
Code:
function abra () {
ask = "abhishek";
len = ask.length;
for (i=0; i<len; i++) {
setProperty ("box", _width, _width + 15);
}
}
where an i wrong
regards Unicorn11
abhishek@tripmedia.com
[red]Luck is not chance, it's toil; fortune's expensive
smile is earned.[red]