Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - goodm

Pages: [1]
1
Support / Re: Object Selector
« on: March 20, 2012, 01:51:10 pm »
Can you provide any small example? Thanks.

2
Support / Object Selector
« on: March 19, 2012, 06:58:00 pm »
I looking for some method to select object by touch it?
I know that I need some loop through all objects to check is current place what MotionEvent pointing is not in collision detect with some object.
I already have method which return a SimpleVector from 2D touch surface.

Only question is how to check if this vector is not in collision with some object.

3
Support / Touch Listener
« on: March 19, 2012, 03:33:06 pm »
Simple question.
Does anyone know how to implement touch listener? I need to tap anywhere to move some object into place of touch.
Camera is above the scene and look directly down.

Pages: [1]