Question
i want to change the value of a text and this text is called by another text value..
i have a txt_blk1 up to txt_blk32 and i also have a txt_we .. if the text_we.text has a value of 1 to 32 how can i change the value of txt_block0-32.text to 0.. the text we already generates its own value so i dont have to use for loop. i've tried to use _root["txt_blk"+txt_we.text] = 0; im using actionscript 2 .. can someone help me