Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > Decommissioned > Flash Chat Project

 
 
Thread Tools Rate Thread Display Modes
Old 08-12-2005, 04:21 AM   #1
ukmachad
Registered User
 
Join Date: Aug 2005
Posts: 8
Default call function

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.
ukmachad is offline  
 


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:04 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.