Hello,

I have a comboBox that has different degree labels that allows the user to rotate a movieClip. I have the following code on the first frame, and I have _rotation, 45; in the date cell for the comboBox.

Can anyone look at this code, and tell me what's wrong.(I am using MX 2004 Pro)

PHP Code:

listenerObject 
= new Object();
listenerObject.change = function(eventObject)
{
    var 
choose myCB.selectedItem;
    
myMC.setProperty(choose.data)
    
};
myCB.addEventListener("change"listenerObject); 
Thanks,

xcaliber