Game Development Community

Anthony Green's Forum Posts

Thread Post Date Posted
C++ Build Issues I'm glad someone verified this. I thought I was going crazy. I posted about it here but no one respo... read more 03/17/2014 (7:48 am)
xcodes update The compiler changed under build settings. I don't know why that would have happened or what it was ... read more 03/11/2014 (12:12 pm)
Crash on OSX This problem is not unique to OSX, it happens on Windows as well. I don't really know how box2d work... read more 09/18/2013 (10:21 am)
Can the Open Source Torque2D be used in iOS I don't know if just me but I always have issues with the simulator not loading the newest version o... read more 08/09/2013 (10:40 am)
Where the Torque.app goes when building for iOS? That makes more sense actually otherwise you might overwrite changes and you wouldn't be able to pus... read more 07/22/2013 (8:02 am)
Where the Torque.app goes when building for iOS? When you run it in XCodes check the console it'll tell you where the app is usually in ~/Library/... read more 07/22/2013 (7:04 am)
resizing scenewindows [solved] Thanks didn't think to check there for some reason. I had the part you mentioned right I was just do... read more 07/22/2013 (6:33 am)
Accelerate and decelerate when using moveTo( ) In cocos2d-x/iphone these features are available. It's done similar to what Simon is saying by chang... read more 07/01/2013 (9:34 am)
Unknown command setLinearVelocityY??? I've been confused by this and I'm not sure if this will work but try removing the $ from Goblin in ... read more 07/01/2013 (8:32 am)
Unknown command setLinearVelocityY??? I think you're trying to run setLinearVelocity on a ScriptObject and not a SceneObject or Sprite, I ... read more 07/01/2013 (8:14 am)
Add GuiControl objects in TorqueScript [code]new GuiControlProfile( testProfile ) { fontColor = "255 255 255 255"; fontSize... read more 06/06/2013 (11:16 am)
Is setAutoRotation() omitted? http://garagegames.github.io/Torque2D/classSceneObject.html Doesn't seem to be there. ... read more 06/06/2013 (9:24 am)
Collision Groups Intended Behaviour I was and still am very confused by this although some of it is the learning process as I've gotten ... read more 06/04/2013 (12:16 pm)