Page is a not externally linkable
MartinWeb - 3:19 am on Jan 26, 2010 (gmt 0)
But condensed similar to an array?: var checking = 1; Any help would be greatly appreciated!
Hello. Does anyone know how to have flash Action Script check for movieclips with similar names? Here is an example:
if(movieclip1._y==theothervariable){
}
if(movieclip2._y==theothervariable){
}
while (checking<3){
if(movieclip[checking]==theothervariable){//This is the part that I am not sure on.
//The other code
}
checking++;
}