Hi guys
I am using this code:
onClipEvent (load) {
for (i=1;i<_root.categories.length;i++){
_root.attachMovie("newCategoryButton","image_" + i + "_0",i);
setProperty ("image_" + i + "_0", _x, 60);
}
}
to create new movie clips in my movies. The thing is they all appear in the top left corner and I can't move them anywhere else. I have tried setProperty as above, image_1_0._x = 60 and have even tried writing a function inside the movie clip to move it.
How do I put it where I want it?
Thanks
Giles Roadnight
messenger: giles_roadnight@hotmail.com
ICQ: 81621370
I am using this code:
onClipEvent (load) {
for (i=1;i<_root.categories.length;i++){
_root.attachMovie("newCategoryButton","image_" + i + "_0",i);
setProperty ("image_" + i + "_0", _x, 60);
}
}
to create new movie clips in my movies. The thing is they all appear in the top left corner and I can't move them anywhere else. I have tried setProperty as above, image_1_0._x = 60 and have even tried writing a function inside the movie clip to move it.
How do I put it where I want it?
Thanks
Giles Roadnight
messenger: giles_roadnight@hotmail.com
ICQ: 81621370