Root?

When I use *root.i++ *I get:
*1119: Access of possibly undefined property i through a reference with static type flash.display.DisplayObject.
*When I use root++ *I get:
1120: Access of undefined property i.

What shall I use to make i++? Please help!