Once youve finished with the ornaments, create a new movie clip symbol on the stage; either make it so small that its impossible to see, or set the fill to 0% opacity with no outline, much like an invisible hotspot button.
This invisible symbol will be our controller for the keypresses that will move the ornaments. We cant assign the ActionScripts to the ornaments themselves without excessively complicating things (and trust me, I tried, and tore a little hair out in the process). Flash gets confused, and either moves everything all at once or moves the same ornament every time no matter which ornament youve selected. Because were using the exact same keys to control all of the ornaments but we only want to move one ornament at a time, we need to use an external symbol to control the motion of whatever ornament is currently considered active.

