@DGames135 The way I would explain attributes is:
Say you have an object/character and he has different properties:
Name: "Joe"
Age: "24"
Height : 6
Perhaps one objects's name is Joe and another object's name is Sarah. You could add both the Joe and Sarah objects to a tag labeled "Human" (tags I will equate to classes in regular programming and attributes to properties). Now you can do something like this:
if A collides with "Human" get the attribute (name) of that collision.
-or-
If A collides with (name) then....