When an actor collides with another actor with a local variable "mass" I can't seem to read collide.mass. It always returns 0.
In fact - I can't read any newly added variables to the actor.
If I test the problem using a new game and two actors it seems to work.
Is there a limit to the number of local variables for actors?