| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Aug 2005
Posts: 8
|
Hi
I have a function like this function radioBtn(){ for(var i=0; i<categoryArr.length; i++){ var radio=radioHolder.attachMovie("radioClip",i, 100+i); radio.label_txt.text=categoryArr[i].catName; radio._x=(i)*radio._width; } } I want to call another function onPress of above "radio" movieclip. |
|
|
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|