- Home /
mouse click on objects
Hi,
I want to be able to click on an object that I've created and the object moves towards a certain point, then when my object reaches the required point a window appears with a number in it, now this number is a measurement that I've already registered and taken earlier. and after completing the measurement I want to click on my object to perform another move and displays another number (measurement) and finally last click on my object to return it back to it's position. Is this possible? if yes which way or method I can perform this. Thanks for your help guys in advance and sorry for the long question as I am totally new to unity game engine but it seems very interesting system to use. Thanks
Remember, if you can think it, it's possible one way or another. :)
Answer by Ejlersen · Oct 05, 2013 at 07:40 PM
To register an OnMouseUp-event on a game object, you can use one of the following methods:
Your answer
Follow this Question
Related Questions
The name 'Joystick' does not denote a valid type ('not found') 2 Answers
How can i control animations by using mouse click ? 1 Answer
Player movement 0 Answers
I have a movement script, but how can i make it so i can move half the speed while in the air. 0 Answers
Smoothly Jump to mouse position 1 Answer