PDA

View Full Version : radio button is not removing using destroyObject() ?


prashantkoshta
05-16-2007, 09:16 AM
Hi All,

Here i am trying to destroing radio button object using the destroyObject(), But it is not deleting the radio button object. If same thing i applied on the Check box then that is working fine. Can some one point my query solution.

Here _Radio is instance of the movieclip where radio button is created:
like radio0, radio1 ... so on.

for(var i =0 ;i<4;i++){
var t="radiobtn"+i
_RADIO.destroyObject(t);
}

Regards
Prashant