New Game topic, some fixes

This commit is contained in:
Ron Hale-Evans
2016-07-13 15:04:10 -07:00
parent 3782d26e64
commit 3e23fe4814
2 changed files with 42 additions and 0 deletions

View File

@ -11,6 +11,7 @@ item.isTouching(null);
### Parameters
* a **sprite** you are checking
* another **sprite** that might be touching the one you are checking
### Returns
@ -35,5 +36,6 @@ if (matter.isTouching(antimatter)) {
### See also
[create sprite](/reference/game/create-sprite),
[touching edge](/reference/game/touching-edge),
[if on edge, bounce](/reference/game/if-on-edge-bounce)