Game Development Community

Timi's Forum Posts

Thread Post Date Posted
How do I make full screen on TGB? This might do the trick: [code]toggleFullScreen()[/code] Or this: [code]setScreenMode(int width... read more 02/07/2011 (9:33 pm)
Torque 2D - no source code The problem is that he spent $100 on the binary version already, but it was four days before this ma... read more 01/27/2011 (11:18 am)
Alternative to Right Click for Mac Setting it up to right-click is actually really easy. Open System Preferences, click Mouse, and the... read more 01/18/2011 (5:32 pm)
Beginner Problem - Nothing Appearing - SOLVED :) Was there a space in the path of the old project? This will cause issues sometimes. Verify that ... read more 01/18/2011 (4:30 am)
TGB 1.7.5 Broken in Full Screen ? For what specific changes?... read more 01/08/2011 (8:10 pm)
TGB 1.7.5 Broken in Full Screen ? Do 1.7.4 builds get accepted into the store? I don't like 1.7.5; it's not universal, and it doesn... read more 01/07/2011 (1:47 am)
[SOLVED] TGB - After building Game nothing works. It's some kind of issue with 1.7.5 binary not accepting .dso files the way it should. Two fixes for... read more 12/25/2010 (5:27 am)
source code Have you tried building your game with the demo? Did you run into limitations with TorqeScript that... read more 12/21/2010 (3:44 pm)
%dstobject.getFrame() question (solved) Try %dstObjectFrame = %dstObject.frame;... read more 12/18/2010 (10:40 pm)
I am going to upgrade from TGB to TGB Pro, but I can't find the "add to cart" in the same website David, TGB Binary here; price is $750. Should it be $650 or did you typo?... read more 12/17/2010 (4:46 am)
Grouping sceneobjects - best method? I guess I wasn't picturing your game properly then. I thought you meant more of the StarFox 64 leve... read more 12/15/2010 (12:59 am)
Grouping sceneobjects - best method? Move the camera rather than the ship and it's components?... read more 12/14/2010 (4:54 am)
Missing file Fellow Mac user, haven't had any troubles with TGB (different product, I know). I only have two s... read more 12/09/2010 (3:58 am)
Switching back from fullscreen crops the window I wouldn't think so because the widescreen height for 1024px width is 640, not 858 as you said you u... read more 12/09/2010 (3:53 am)
Switching back from fullscreen crops the window Are you on Mac? Is your dock getting in the way?... read more 12/07/2010 (7:59 pm)
PLZ Help! Easy question about clones... Keep track of the clone's object ID. Send that ID to whatever is shooting at the clone so that it k... read more 12/04/2010 (8:45 pm)
Achievements I'm sure you could create your own achievements by watching the player progress and implementing the... read more 11/28/2010 (11:13 pm)
Transfering an object level to level based, possible? Use a global variable to determine whether or not the player has the item. Then when each level loa... read more 11/19/2010 (1:24 am)
Memory leak? bindCmd in a behavior returns junk data Try: [code]function fishBehavior::jump(%this, %value) { //line below gives me junk data ... read more 11/16/2010 (1:31 pm)
Windows built game don't want to start That's the 1.7.5 build error I was referring to in my topic. Fixed if you revert to 1.7.4. Or you ... read more 11/12/2010 (3:11 pm)
Class Comparison Issues [T2D] [Solved] Oh my. It's always the tiny things, you know? Single character differences. Thank you very much =... read more 11/10/2010 (2:14 am)
Workspace Picture Thread I'm a slob =P [url=http://img.timi.me/Battlestation.jpg][image]http://img.timi.me/Battlestation-thu... read more 11/09/2010 (1:14 am)
Building Process So I've licensed Torque 2D, but when I build I still get that error. It will only work if I have &q... read more 11/08/2010 (5:15 am)
Building Process EDIT: I got it to work after manually copying everything out of the project folder into the finished... read more 10/25/2010 (7:45 pm)
Building Process This appears before the game can launch, which is why I thought it might be because I'm still runnin... read more 10/25/2010 (7:30 pm)
Building Process The game launches fine when I press Run from TGB. The build path has no spaces, nor does the game n... read more 10/25/2010 (7:20 pm)
Building Process Well I got a .app package when I tried Build from the File menu. The toolbar button didn't do anyth... read more 10/25/2010 (7:08 pm)