propertyOf

Creates a 'property of' reporter.

Parameters

sprite

The sprite or stage to get the property from.

property

The property to get.


Creates a 'property of' reporter for a specific sprite.

Parameters

sprite

The sprite to get the property from.

property

The property to get.


Creates a 'property of' reporter using a string for the property name.

Parameters

sprite

The sprite or stage.

property

The name of the property.


Creates a 'property of' reporter for a specific sprite using a string for the property name.

Parameters

sprite

The sprite.

property

The name of the property.


Creates a 'property of' reporter using a variable or list.

Parameters

sprite

The sprite or stage.

property

The variable or list.


Creates a 'property of' reporter for a specific sprite using a variable or list.

Parameters

sprite

The sprite.

property

The variable or list.