Game Development Community

pickPoint Help

by Sam.E · in General Discussion · 10/04/2010 (9:27 am) · 0 replies

Hey all I am trying to determine if there is an object in a certain world position with a certain layer.
I use %scenegraph.pickPoint(x, y); this would give me the objects which are on that x and y position but it gives me any object which is on that point, how would I be able to filter the result to tell me the objects which are on layer 15?