|
Hello ...... in my project I have green box and ball and Joystick.... if I touch green box the ball will be look at the touch position but if I touch Joystick the ball steal look at touch position>> I want if I touch Joystick the ball do not look at the touch position or if I touch Joystick and the green box the ball look At the touch position of green box only. pic Project File :. http://www.multiupload.com/8Z11AYOEHA Or http://www.mediafire.com/?31ovizs1cx93y74 plz Help
(comments are locked)
|
|
Hey, I'm assuming you're casting a ray that hits the box and returns the position the ball looks at? If that's the case you could just: not cast the ray when you're touching the joystick. This would still make the look at the last position you touched though, so of you want the ball to look at a predetermined location you should also set its rotation when touching the joystick. hope it helps cheers OK thx >>>> :)
Dec 03 '11 at 10:20 PM
firasdeep
(comments are locked)
|


؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟
I know I am not good in English ... If you do not understand what I mean tell me
I do not understand. Try to write shorter sentences, the run on sentences make it very difficult to understand.
Here is an example:
"I want if I touch Joystick the ball do not look at the touch position or if I touch Joystick and the green box the ball look At the touch position of green box only."
I interpret that as:
I want the ball to only look at the touch position when touch outside the joystick area. When the touch is inside the joystick area I want the touch to control the joystick.
I think this is what you meant but I'm not entirely sure...