pxt-calliope/docs/reference/game/touching.md
2016-03-25 16:47:20 -07:00

458 B

Touching

The game library

Touching

Reports true if sprite is touching specified sprite

Block Editor

KindScript

Reports true if sprite is touching specified sprite

export function isTouching(_this: micro_bitSprites.LedSprite, other: micro_bitSprites.LedSprite) : boolean

Lessons

game of chance | game counter