Path's Forum Posts
| Thread | Post | Date Posted |
|---|---|---|
| Cut Scene ogg ogm ogv script | Found my answer over on: http://www.garagegames.com/community/forums/viewthread/85847 He needs... read more | 02/26/2009 (10:08 pm) |
| Script to play ogg & ogm video for cut scenes in TGB | Found my answer over on: http://www.garagegames.com/community/forums/viewthread/85847 He needs... read more | 02/26/2009 (10:07 pm) |
| GuiTheoraCtrl - TGB | I'm new to TGB and you've obviously gotten farther figuring out GuiTheoraCtrl than I have. I'm as... read more | 02/25/2009 (4:05 pm) |
| Cut Scene ogg ogm ogv script | I found another resource that seems to have a simpler code but I need some translation of the instru... read more | 02/25/2009 (3:54 pm) |
| IgLoader - Get your game on-line | Apparently IgLoader is no longer offered.... read more | 02/24/2009 (5:08 pm) |
| Mouse to control player including direction to trigger movement image in TGB | I've found the reference for creating a cut scene, but I can't make sense of the instructions. H... read more | 02/24/2009 (4:51 pm) |
| Cut Scene ogg ogm ogv script | Thanks for the direction so far, but does anyone know what PROPER next step is? I can seem to get t... read more | 02/24/2009 (4:50 pm) |
| Cut Scene ogg ogm ogv script | Thank you much I'll look into it.... read more | 02/24/2009 (10:23 am) |
| Script to play ogg & ogm video for cut scenes in TGB | Any takers?... read more | 02/24/2009 (6:27 am) |
| Avi to OGG converter? | For those looking for a flv to ogm converter I'm using: Avidemux 2.4 (free) http://fixounet.free... read more | 02/23/2009 (5:48 pm) |
| OGG video converters | For those looking for a flv to ogm converter I'm using: Avidemux 2.4 (free) http://fixounet.free... read more | 02/23/2009 (5:44 pm) |
| Mouse to control player including direction to trigger movement image in TGB | I just got an answer to 1&2: http://fixounet.free.fr/avidemux/ http://prdownload.berlios.de/... read more | 02/21/2009 (4:41 pm) |
| Mouse to control player including direction to trigger movement image in TGB | I got the answer to my 3&4 questions through a different post. I ended up just playing with t... read more | 02/21/2009 (3:43 pm) |
| web deployment | The only 3rd party port for TGB games to the web is an activeX based web plugin called OSAKit @ OSAK... read more | 02/20/2009 (7:52 pm) |
| How do I turn off/disable a collision poly on an object? | Thanks, you were right on. Examples: Box.setblendalpha(0.2); Box.setUseMouseEvents(false);... read more | 02/20/2009 (6:43 pm) |
| Mouse to control player including direction to trigger movement image in TGB | In addition to questions 1) & 2): 3) I tried the code your provided and the part that called ... read more | 02/20/2009 (5:44 am) |
| Mouse to control player including direction to trigger movement image in TGB | Hopefully I'll get to trying this code soon and report back. I've been trying to problem solve an... read more | 02/19/2009 (12:45 pm) |
| Mouse to control player including direction to trigger movement image in TGB | Well, then let's give the simcoding a try. My hesitance on the simset was that any kind of name o... read more | 02/17/2009 (10:32 am) |
| Mouse to control player including direction to trigger movement image in TGB | Simple Animated Sprite Name (CLASS & SUPERCLASS left blank)... read more | 02/17/2009 (10:20 am) |
| Mouse to control player including direction to trigger movement image in TGB | Is there a way to get this done without the setting up a simgroup? The level I'm working on has 1... read more | 02/17/2009 (7:57 am) |
| Mouse to control player including direction to trigger movement image in TGB | As always, Thanks! What sources(books/online) do you recommend for really getting up to speed on ... read more | 02/16/2009 (11:08 am) |
| Looking For Post for AudioManager Resource Instructions - PROBLEM SOLVED | I put "ERASE POST" as a courtesy to others who like me, probably had to wade through dozen... read more | 02/16/2009 (7:44 am) |
| Mouse to control player including direction to trigger movement image in TGB | Ok, I've got my laundry list together: 1) How do I get sound to only play only once, as in you ju... read more | 02/14/2009 (10:32 pm) |
| Mouse to control player including direction to trigger movement image in TGB | Gratzi!... read more | 02/13/2009 (9:17 am) |
| Mouse to control player including direction to trigger movement image in TGB | What's the link to the trigger thread in case I have problems using only the tutorials? I haven't... read more | 02/04/2009 (12:11 pm) |
| Mouse to control player including direction to trigger movement image in TGB | Shortly after my last post, I realized I need to keep it simple for now and I'm going with just the ... read more | 02/03/2009 (5:35 pm) |
| Mouse to control player including direction to trigger movement image in TGB | So I've got Box2d downloaded and from the looks of it, it's a collection of script files. 1) How ... read more | 01/30/2009 (4:02 pm) |
| Mouse to control player including direction to trigger movement image in TGB | On 1#, I actually have multiple images for all movements (about 3 each that can double to 6 when you... read more | 01/30/2009 (12:22 pm) |
| Mouse to control player including direction to trigger movement image in TGB | I'm not near my cpu with TGB, so I can't test it out right now. But I did try a similar solution ea... read more | 01/30/2009 (9:30 am) |
| Mouse to control player including direction to trigger movement image in TGB | [bump]... read more | 01/30/2009 (6:38 am) |
| Mouse to control player including direction to trigger movement image in TGB | For #1, would a simple onMouseSTOP...%this.playAnimation(STANDINGSTILL) work?... read more | 01/30/2009 (5:46 am) |
| Mouse to control player including direction to trigger movement image in TGB | If you don't use OSAKit, igLoader, or Instant Action, what do you use to port your games to the web ... read more | 01/29/2009 (9:04 pm) |
| Mouse to control player including direction to trigger movement image in TGB | a) The player is probably going to be OSAKit. It's buggy, but igLoader isn't offered anymore & ... read more | 01/28/2009 (10:05 pm) |
| Mouse to control player including direction to trigger movement image in TGB | Obviously, THANKS! I'm basically piecing bits of tutorials here and there to try and put some thi... read more | 01/27/2009 (6:54 pm) |
| Mouse to control player including direction to trigger movement image in TGB | I basically want to hide the mouse and make the character equal the mouse [see image below]. Your... read more | 01/27/2009 (5:01 pm) |
| IgLoader - Get your game on-line | What is the fee to use igloader on one game or more that is made with TGB(2D) and only accessible th... read more | 01/25/2009 (9:57 am) |
| Mouse to control player including direction to trigger movement image in TGB | I found a script that sets an object to follow the x & y of the mouse. Does anyone know if ... read more | 01/25/2009 (9:55 am) |
| Build for the Web? | Any idea on the price tag for IA used on a simple TGB mini game hosted on one's own site. Is it a c... read more | 01/24/2009 (6:03 pm) |
| 2D TGB mini game plugin to play in browser from flash based html or standard html | Aun, What do you know about IgLoader? It says it operates without the need for ActiveX. I'm c... read more | 01/23/2009 (5:57 pm) |
| 2D TGB mini game plugin to play in browser from flash based html or standard html | Actually, my aim is to start out with 2D and once I've got a command of the Torque script and simple... read more | 01/23/2009 (10:09 am) |
| 2D TGB mini game plugin to play in browser from flash based html or standard html | I got it to work on my cpu by going in and opening the TGB Executable file they came with the instal... read more | 01/23/2009 (9:21 am) |
| 2D TGB mini game plugin to play in browser from flash based html or standard html | Here are the two responses I got for each browser I attempted: 1) FIREFOX - "No suitable plu... read more | 01/20/2009 (2:49 pm) |
| 2D TGB mini game plugin to play in browser from flash based html or standard html | Aun, Unfortunately, I've installed all the things that come with your plugin and I can't get it t... read more | 01/20/2009 (1:37 pm) |
| Game Startup Error: 'initialize Project' when playing scene | Yeah, same problem on a different computer from the one I've got Torque loaded on.... read more | 01/19/2009 (9:32 pm) |
| 2D TGB mini game plugin to play in browser from flash based html or standard html | After scouring the net I came across OSAkit.com which was designed by the same person who is the aut... read more | 01/19/2009 (7:09 pm) |
| 2D TGB mini game plugin to play in browser from flash based html or standard html | To the webmaster. I received a "APPLICATION ERROR" after posting this and so I posted twi... read more | 01/18/2009 (12:47 pm) |
| A New Tutorial Series - The Breakout Tutorial | [i]Hi, it's a little more complicated than that, because the scripts are spread out among several se... read more | 12/24/2008 (11:05 am) |