Lehr, Theodore skriver:
In my .fla I have:var countF:int=0; then in the library I have a mc with linkage to an .as file In that .as file, I want to be able to: countF++;
Main timeline
|____>frame 1
|___>variable
|___>instance of symbol
|_>Symbol
|_>assigned class
|_>code to access the variable
DocumentClass(parent).var++
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

