# \[FMX\] Need to change colour/format of multiple objects

**URL:** https://forum.kirupa.com/t/fmx-need-to-change-colour-format-of-multiple-objects/32198
**Category:** flash
**Created:** [October 2, 2003, 8:37pm UTC](https://forum.kirupa.com/t/fmx-need-to-change-colour-format-of-multiple-objects/32198 "2003-10-02T20:37:44Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![raingerpete](https://avatars.discourse-cdn.com/v4/letter/r/c2a13f/32.png) [@raingerpete](https://forum.kirupa.com/u/raingerpete)
#### Post date: [October 2, 2003, 8:37pm UTC](https://forum.kirupa.com/t/fmx-need-to-change-colour-format-of-multiple-objects/32198/1 "2003-10-02T20:37:44Z")

</div>

I have a number of graphical called “Arms1”, “Arm”… “ArmsN”.

I would like to change the colour of all the objects.

I have a \_global.armColour variable that I would like to access and all the graphics to change to that colour.

How do I great a for loop to create N number of these:

armsColor = new Color(\_root.ArmsN);

and set N number of these.

armsColorN.setRGB(0x000099);

N = say 10.

Any ideas?
