Difference between revisions of "Shape:setSensor"

m (1 revision: Importing from potato (again).)
m (Fixed double "a")
Line 1: Line 1:
 
 
Sets whether this shape should act as a sensor.
 
Sets whether this shape should act as a sensor.
Set the shape as a sensor if you want to be notified when collision between shapes occur, but don't want a physical response (for instance, maybe you want enemies to appear when the player "touches" a a certain point).
+
Set the shape as a sensor if you want to be notified when collision between shapes occur, but don't want a physical response (for instance, maybe you want enemies to appear when the player "touches" a certain point).
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===

Revision as of 20:22, 14 October 2010

Sets whether this shape should act as a sensor. Set the shape as a sensor if you want to be notified when collision between shapes occur, but don't want a physical response (for instance, maybe you want enemies to appear when the player "touches" a certain point).

Function

Synopsis

Shape:setSensor( sensor )

Arguments

boolean sensor
True for sensor, false otherwise.

Returns

Nothing.

See Also