How to access dynamic text from class

Hello everyone :slight_smile:

Im on a big project for one bank in my country(and the rewards are big xD) and its almost finished but iv run at one problem with one mini game that im making for it…

Ill describe the problem the best i can since i need the answer rly fast and i think its easy thing for the as3 pros :).

So i took a bit of the code of snowflake like falling animation that i found on this awesome site, and its here:
http://www.kirupa.com/developer/flashcs4/falling_snow_as3_cs4_pg1.htm

the snowflakes(money in my project xD) are generated programmatically(is this right word ?) as described in 4th page.

Now, i got one dynamic text on the stage, that i want, when certain snowflake enters x=20 and y=390 or lets say the snowflake fall of the screen, how to access the dynamic text from the class ? since i got different snowflakes(in different classes) that give different points and i want that txt to be score of how many snowflakes fall of the screen.

Thx :slight_smile: