anto_123
03-03-2003, 08:07 PM
i am having problems assigning values to variables that are situated inside a movie clip.
its something like this...
when i click a submit button in the main movie i want to assign a text box a value (text box called "score").
the text box is in a over state of a button in a different movie clip called "mc_rating".
i have the actionscript in the submit button and am address is the variable(score) this is what i have
set variable"/mc_rating:score" = value_entered_by_user
do i need to address the button as well, as the text button is in the button over state??
does it matter if the submit button is in frame fourty and the mc is in frame 10??
please help
its something like this...
when i click a submit button in the main movie i want to assign a text box a value (text box called "score").
the text box is in a over state of a button in a different movie clip called "mc_rating".
i have the actionscript in the submit button and am address is the variable(score) this is what i have
set variable"/mc_rating:score" = value_entered_by_user
do i need to address the button as well, as the text button is in the button over state??
does it matter if the submit button is in frame fourty and the mc is in frame 10??
please help