Is the following correct ?

me = my ie same thing. This pointer is like a local variable in as much that 'me' is the entity in THAT particular function.

Player is a global pointer. This is similar to a global variable in as much that 'player', once defined, can exist in any function.

Correct ??

Now I need to understand 'you'

Thanks

ps wht would help, if someone was to write a simple working example that demonstrate the use of 'me', 'player' and 'you'. If I am confused, I suspect others are too frown