Game Development Community

Player move with mouse click?

by Nabarro · in Torque Game Engine Advanced · 06/16/2009 (7:21 pm) · 4 replies

Hello, everybody,

I want to make the player move automatically to the place where I click my mouse. That is, where my mouse click, my player will go there automatically, so that I can make player move by using mouse.

Are there any resouces we can refer to? Anybody may help to give some links?


Very appreciated.

#1
07/01/2009 (11:13 pm)
The 3D isometric Kit in the Genre Kits Section of the site looks very promising. If you are looking to make a Diablo style RPG this is the way to go.
#2
07/02/2009 (10:26 pm)
Hi Nabarro, have you got an answer yet?

I am interested in this issue too.
Thanks
#3
07/04/2009 (10:34 am)
Here you can find a very old resource Ron wrote with also my code to get this thing done. It's very old, but it can get you start in the right direction.
Then, if you don't want to loose much time, you can take in to consideration the genre kit in the GG store.
#4
07/07/2009 (11:33 am)
I have been researching how to control elements in the screen with the mouse, looking to move the game play from FPS genre to Baldur's gate style, and I always see resources that requires to modify the source code. However, the world editor offer that kind of functionality with apparent no change in the code base. Does anybody knows why?