Game Development Community

James Nhan's Forum Posts

Thread Post Date Posted
Creating Objects in Script with a Datablock Ah, I actually forgot about this thread :P I was able to do what I wanted without datablocks.... read more 03/30/2011 (1:06 pm)
Creating Objects in Script with a Datablock Okay, I am able to make the new object now. However, I have a problem. The collision is not working.... read more 03/01/2011 (11:04 am)
Creating Objects in Script with a Datablock Hmm. I've tried this: [code]function speed::Spawn(%this, %interval, %spawn) { %speed = new t... read more 02/26/2011 (1:14 pm)
Creating Objects in Script with a Datablock Thanks ^_^... read more 02/25/2011 (11:14 am)
Creating Objects in Script with a Datablock Ah, I see. So instead of cloning, you just create a new object? Is there any way I can set its da... read more 02/25/2011 (7:14 am)
Creating Objects in Script with a Datablock Okay, this is what I have: [code]function speed::Spawn(%this, %interval, %spawn) { %speed = ... read more 02/23/2011 (9:35 am)
List of TGB developers - Please Add Your Name James Nhan Game Developer/Programmer/Scripter Still learning... read more 02/22/2011 (1:11 pm)
Creating Objects in Script with a Datablock The Speed object I defined in the Torque Game Builder. I made an object with class "Speed"... read more 02/22/2011 (1:07 pm)