by DarkParadox » Sat Jun 07, 2008 4:16 pm
well, actor is mostly used in global codes.
such as
void function(Actor*MyActor , int X)
{
Actor->x = X;
}
in this case if you put &player the actor named player will have its x changed to whatever you put for X;
get it?