Game Development Community

Anthony Merlo's Forum Posts

Thread Post Date Posted
Simple Database Support for Torque 3D. I only ever played the Xbox 360 version. I'm not a big fan of cheat codes but I am a fan of findi... read more 08/02/2011 (10:09 am)
Simple Database Support for Torque 3D. It is. Finding out how to get extra money in Fallout: New Vegas was like finding lost treasure. I th... read more 07/30/2011 (12:56 pm)
Simple Database Support for Torque 3D. It is. Finding out how to get extra money in Fallout: New Vegas was like finding lost treasure. I th... read more 07/30/2011 (12:53 pm)
Simple Database Support for Torque 3D. Going on the fact that I've found myself cheating in games in the past I can just assume people will... read more 07/30/2011 (8:33 am)
Simple Database Support for Torque 3D. I've rad about people using XML files, From what I've read the problem comes with security. Don't wa... read more 07/29/2011 (11:21 pm)
Simple Database Support for Torque 3D. Do the databases in that resource require the installation of a database server? Do games usually... read more 07/28/2011 (10:45 pm)
using a variable to refrence a gui object name. Still didn't work. [code] function ItemsDlg::onWake() { $total = 10; schedule(500, 0, "c... read more 06/03/2011 (8:04 pm)
using a variable to refrence a gui object name. Actually, that's the way I was doing it at first. I made a function called createButtons. It didn't ... read more 06/03/2011 (7:00 pm)
using a variable to refrence a gui object name. Thanks. I'll check those out. I have a feeling my problem might be where I'm putting the code, in... read more 06/03/2011 (1:18 pm)
using a variable to refrence a gui object name. Right now I have both set to relative. How can I keep it from affecting the placement? I didn't see ... read more 06/03/2011 (11:17 am)
using a variable to refrence a gui object name. Thanks! That worked. I have another problem. I'm trying to script the button positions when the G... read more 06/02/2011 (9:34 pm)
Gui scripting Documentation? Actually it was a simple fix. I mistakenly referenced the parent gui name in the onURL function. I c... read more 04/30/2011 (4:32 pm)
Gui scripting Documentation? Thanks for the reply! Maybe I did something wrong, but if I try this it opens up a web browser an... read more 04/30/2011 (2:23 pm)
Using left mouse to toggle cursor doesn't work. I replied to that thread. I tried David's fix and it does hide the cursor when the mouse button is p... read more 04/14/2011 (11:03 am)
[T3D 1.1 Beta 3] no longer get the mouse button up event - RESOLVED @ David After implementing this and trying your example the cursor does turn off but doesn't come... read more 04/14/2011 (10:17 am)
[T3D 1.1 Beta 3] still dosent work mouse click - NOT A BUG Same problem here. Just posted about this in the forums. I'm also looking to create the same control... read more 04/14/2011 (9:20 am)
Angle camera to always point at player. Ok, I figured out why my angle wasn't working and fixed that ([url]http://www.garagegames.com/commun... read more 04/05/2011 (11:19 am)
Control Player while camera is in Orbit mode Did you ever write up a resource for this? If so, where can I find it?... read more 04/04/2011 (5:30 am)
You do not have access to this forum The worst part is a lot of the answers I see in the search do pertain to TGEA because the syntax (wh... read more 02/11/2009 (5:43 pm)
Dedicated server entry Gui. I've sent Dreamer an email about his MMO kit asking him about what's going on with his project. H... read more 02/08/2009 (6:09 am)
You do not have access to this forum I only have TGEA. I didn't realize that was in the TGB Prvate Foums. It just tells me I don't have a... read more 02/04/2009 (11:55 am)
SimObject::inspectPostApply() In TGEA 1.8 My test object is a tree. It's a Static or a StaticTS. Not sure how to tell which.... read more 02/02/2009 (10:42 am)
Mouse Events Tutorial? As far as I know there aren't any. I've been working on the same problem and have posted about it. ... read more 02/01/2009 (7:45 pm)
Mouse controll I still can't figure this out. I can get it to work with mouselook when I hold the right mouse bu... read more 02/01/2009 (6:16 pm)
Get properties of an object Thanks for the quick reply. Sorry for my lack of knowledge but I'm having trouble locating the co... read more 01/28/2009 (11:04 pm)
Get properties of an object I use %object.setFieldValue to change a field on the object but it doesn't seem to actually change a... read more 01/28/2009 (10:03 pm)
Get properties of an object Thanks! Using that I was able to figure out that using: [code] %name = %object.getFieldValue(par... read more 01/28/2009 (5:29 pm)
Mouse controll I just noticed hitting the z key to toggle free look doesn't even work in the original program. [... read more 01/24/2009 (6:58 am)
Help with general tutorial Just replying to this for others that have had this problem, because it just happened to me in ver. ... read more 01/23/2009 (10:23 pm)
Mouse controll I found where it is. function altTrigger(%val) The problem is making it so that turns mouselook o... read more 01/23/2009 (9:40 pm)