Game Development Community

RTS Object Selection - Urgent!

by Sean Oloughlin · in Torque Game Engine · 08/06/2012 (12:16 am) · 5 replies

hi all im trying to implement an object selection code into my RTS game and having trouble getting the older code to work in 1.2. i have tried

http://www.garagegames.com/community/resource/view/2173/2#comments...

and

http://www.garagegames.com/community/forums/viewthread/80088...

with no luck. Any help will be much appreciated,

thanks.

#1
08/06/2012 (7:43 am)
Is this TGE or Torque 3D you have? Because those resources are for TGE and TGEA. They'll never work for T3D.

Try this instead, Sean (good to see someone else from Perth in here!).

Edit: Fixed the URL
#2
08/06/2012 (5:50 pm)
yeh T3D il have a look at the link and let ya know thanks :)
#3
08/06/2012 (6:00 pm)
i had a look through that link and couldnt find any object selection code
:( thanks for your help i guess il keep looking.
#4
08/06/2012 (7:21 pm)
Why not use the onMouseDown from playGui in Dan's link to return the object clicked on?
#5
08/06/2012 (7:40 pm)
yeh im looking into it now slowly making progress do you know any resources to assist me?