Sprite:getChildrenAtPoint

From GiderosMobile
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Available since: Gideros 2018.12.1
Class: Sprite

Description

Returns the children Sprites that correspond to the given screen coordinates.

(table) = Sprite:getChildrenAtPoint(x,y,visible,nosubs)

Parameters

x: (number) x coordinate in global space
y: (number) y coordinate in global space
visible: (boolean) only report visible sprites
nosubs: (boolean) don't report children of this sprite children

Return values

Returns (table) a list of Sprites that were found at that screen location