hi i have a quick question what is the syntax if u want to use parametrs to define a path inside a path? i mean:
_root[“mc1”+n][“mcIn1”+a]._x = …
or
_root[“mc1”+n[“mcIn1”+a]]._x = …
or
_root[“mc1”+n].[“mcIn1”+a]._x = …
or
_root[“mc1”+n.“mcIn1”+a]._x = …
how do u write the path?!
does anyone know…
it’s very important!!!
any replie would be very appreciated!!!
thanks ahead…
i know that!!!:{
what i meant was if u use vars!!! like in a loop:
for(i=1;i<=7;i++){
for(p = 1;p<=7;p++){
_root["mc"+i]["mcIn"+p]._xscale = something.... // i don't know how to write this line....
}
}
i didn't use a loop in my swf this is just an example....
so i’m asking is how to write that line with the _root…?
sorry man!!!
it’s just that i’m on a very little time limit - for this evening!!!
so i’m not myself today…
anyways thanks for your replie…
any other thoughts?
for(i=1;i<=7;i++){
for(p = 1;p<=7;p++){
_root["mc"+i]["mcIn"+p]._xscale = something....
// i don't know how to write this line....
//THIS IS THE HOW
}
}