tonicastro
04-20-2006, 08:37 AM
Hi,
Sorry if my english is poor. I have a problem that maybe has a very simple resolution but I can't find it.
I have a button that sends the movie to a frame which target is a combination of variables.
I mean, for example,
on (release) {
*gotoAndPlay("tree"+i+"blue");
}
where tree+i would be tree1blue, tree2blue, tree3blue depends on the i value. The "i" value was assigned before.
But it doesn't work. you know why?
thank you,
tonicastro.com
Sorry if my english is poor. I have a problem that maybe has a very simple resolution but I can't find it.
I have a button that sends the movie to a frame which target is a combination of variables.
I mean, for example,
on (release) {
*gotoAndPlay("tree"+i+"blue");
}
where tree+i would be tree1blue, tree2blue, tree3blue depends on the i value. The "i" value was assigned before.
But it doesn't work. you know why?
thank you,
tonicastro.com