Game Development Community

Shaz's Forum Posts

Thread Post Date Posted
The Breakout Tutorial - Part Three I had no hassles with this - worked just as it should have for me. Did you check your countTiles fu... read more 08/23/2008 (10:50 pm)
How to change the FPS of an animation from code? The first number is the number of frames in your animation. This will not change. The second num... read more 08/23/2008 (10:34 pm)
How to change the FPS of an animation from code? Never even thought of that. In my game, the characters all look like they're running on Fast Forw... read more 08/23/2008 (3:22 pm)
How to change the FPS of an animation from code? If %this is the name of your animation, you need something like %this.animationTime = %frames / %... read more 08/22/2008 (3:11 pm)
Stopping/resuming animation midway and changing speed Got speed change working nicely, and I think I may have a slightly ugly solution to the "freezing an... read more 08/21/2008 (9:23 pm)
Using a custom font? Wow - I was just reading through Amanda's [url=http://tdn.garagegames.com/wiki/Torque_2D/StandardTut... read more 08/21/2008 (4:19 pm)
T2dsceneobject.moveto() taking a detour Sorted. It was collisions with the CLAMP response. Whatever happened to the NULL response?... read more 08/20/2008 (8:12 pm)
GUI layers? Thank you both. I think I know what you're getting at. I'll leave it as-is for now, but I'm not re... read more 08/19/2008 (9:15 pm)
GUI layers? Ah, that explains it all then. Sandwiching my GUI between two scene layers is EXACTLY what I wanted... read more 08/19/2008 (8:20 pm)
Using a custom font? Not sure what the problem is. I also got the button without the F, but when I clicked it I was able... read more 08/17/2008 (2:51 pm)
A New Tutorial Series - The Breakout Tutorial Greg, I just restarted this tutorial and my first test resulted in a unending repeated error on the ... read more 08/11/2008 (10:32 pm)
Help, play level wont work There are 2 files named main.cs - James is referring to the one in the Game folder. The one you've ... read more 08/11/2008 (6:15 pm)
Using a custom font? I just came across Font Boy in the Resources section a couple of days ago. With it installed, you c... read more 08/10/2008 (10:44 pm)
Converting GUI coordinates to World coordinates Thanks - I'll take a look. Wonder if it'll sort out my other problems...... read more 08/10/2008 (2:49 am)
Font conveter? I was expecting this meant Torque would create UFT files for each size font you used, but it appears... read more 08/09/2008 (6:56 pm)
The Breakout Tutorial - Part Four @Ray, no, I sent my project off to Greg but haven't heard back yet. I suspect the sleepless nights ... read more 08/01/2008 (5:11 pm)
Problem with Unread Forum Posts? Thanks Steve - just did that and yes, it was 75,000+. I seem to remember clicking the "Mark as re... read more 07/31/2008 (7:22 pm)
Problem with Unread Forum Posts? Still showing up as 0 new posts for me, but since I was in a couple of hours ago that's possibly leg... read more 07/31/2008 (7:10 pm)
Basic tutorial for full game creation? I think I've seen a tutorial that shows you how to do splash screens. The Breakout tutorial, in... read more 07/27/2008 (10:04 pm)
TGB 1.7.4 will not load I had a similar problem a while ago and it was because there was a particular file that I'd been sen... read more 07/27/2008 (2:46 pm)
Tutorial Images Missing Hey David, a few of us have run into this problem. The solution, from Mike Lilligreen in the [url... read more 07/26/2008 (2:36 am)
TileToWorld According to the [url=http://tdn.garagegames.com/wiki/TGB/BreakoutTutorial3]TGB Breakout Tutorial[/u... read more 07/22/2008 (10:04 pm)
Official TGB Documentation Feedback [quote] They tell you to drag the image from the webpage - it doesn't work for me. Need to save the... read more 07/21/2008 (9:10 pm)
Change animation One of the platformer tutorials on the wiki contains a good example of changing a character's animat... read more 07/19/2008 (3:24 pm)
3D sound in TGB ? Without knowing what "3D sound" is, when I try what you've got I receive an "Unknown command playAud... read more 07/12/2008 (3:14 pm)
How do you delete a tileLayer? Not working for me... I believe it needs to be called from the tilemap. Something like mytilemap.deleteTileLayer([i]index... read more 07/10/2008 (2:15 am)
Official TGB Documentation Feedback Reference > TGB Glossary > Coordinate System... there's no definition / explanation of Scene Space. ... read more 07/07/2008 (12:09 am)
Fish Game Turorial fish wont move I used semi colons on the end of all of my statements, and it worked.... read more 07/03/2008 (1:13 am)
The Breakout Tutorial - Part Four On its way now. Sorry about the file size - 5MB.... read more 06/27/2008 (5:54 pm)
TGB Newbie Question As another newbie, without seeing your code (a little more than what you've provided) I can make a f... read more 06/25/2008 (5:35 pm)
The Breakout Tutorial - Part Four Ok - just finished tutorial 4, and I have a "little" problem where I lose a ball by missing it, then... read more 06/23/2008 (12:22 am)
The Breakout Tutorial - Part Three I'm loving this tutorial! Having a few little problems that are kind of annoying... Sometimes ... read more 06/22/2008 (1:41 am)
A New Tutorial Series - The Breakout Tutorial I'm having both of the problems listed above. It's not the code at fault. I typed it all in, had t... read more 06/21/2008 (1:03 am)
Official TGB Documentation Feedback Ah, so I'm NOT going crazy :D Whew! Interestingly, 1.7.2 also had a TutorialBase project, and no T... read more 06/17/2008 (6:54 pm)
Official TGB Documentation Feedback Ah - so YOUR Shaz is a guy? Well, no, that's definitely not me... last time I checked ;) I don't... read more 06/17/2008 (5:01 pm)
Official TGB Documentation Feedback Lol - only if you went to school in Australia ;) on the issue of TGB Project... (does this belong... read more 06/17/2008 (3:20 pm)
Official TGB Documentation Feedback Lol - only if you went to school in Australia ;) on the issue of TGB Project... (does this belong... read more 06/17/2008 (3:18 pm)
Rainy Day Tutorial Problem Found this, which you'll only be able to read if you're not running the trial version: http://www... read more 06/16/2008 (5:39 pm)
Official TGB Documentation Feedback The Feature tutorials in 1.7.3 documentation frequently refer to the "TGB project, which all TGB use... read more 06/16/2008 (4:45 pm)
Rainy Day Tutorial Problem I've also got send/receive collision checked on the particle effect. That's weird... what version... read more 06/16/2008 (4:12 pm)
Page«First 1 2 3 Next»