CharlesL's Forum Posts
| Thread | Post | Date Posted |
|---|---|---|
| Touch and hold for an allotted amount of time? | That works perfectly, thank you so much!... read more | 02/12/2013 (1:30 pm) |
| 2D Motion Trails? | What do you mean by saying to make an animation of the trials? Do you mean to animate the character ... read more | 02/09/2013 (2:41 pm) |
| Touch and hold for an allotted amount of time? | Cool, Thanks!... read more | 02/09/2013 (2:38 pm) |
| Spawn a New Enemy | That works! Thanks!... read more | 01/29/2013 (11:28 am) |
| Spawn a New Enemy | OK, thanks! I think that works... do I use %enemy.addToScene(%scenegraph), or do I use %scenegraph.a... read more | 01/29/2013 (10:46 am) |
| Spawn a New Enemy | OK, that clears some things up, but how do I define the class on a t2dStaticSprite?... read more | 01/29/2013 (9:50 am) |
| Camera Stops Updating/refreshing | I figured out a work-around - I parent the camera to an object which matches the players x location.... read more | 11/12/2012 (4:00 pm) |
| Camera Stops Updating/refreshing | This is a different problem. I have set the size of the background to about 10 times the size of the... read more | 10/22/2012 (1:03 pm) |
| Is there a reason for in air collisions? | There is a workaround - you'll have to write some code in the touchUp function so that part of the o... read more | 10/20/2012 (11:05 am) |
| Camera Stops Updating/refreshing | screenshot: [image]http://3.bp.blogspot.com/-5yLit8MI6A0/UIBiDciIaJI/AAAAAAAAAE0/8d6_-caJCcs/s1600/... read more | 10/18/2012 (1:07 pm) |
| Camera Stops Updating/refreshing | Actually I already have a large image in the background that goes to the edge of the platform, and i... read more | 10/16/2012 (5:16 am) |
| Ways to generate a procedural level? | OK, that makes sense, but I don't understand where to write that code. Is it done in XCode or is th... read more | 10/15/2012 (11:40 am) |
| Help with Joystick Code? | SWEET!!! I've been trying to find something like that for a while! Thanks!... read more | 10/14/2012 (10:51 am) |
| Ways to generate a procedural level? | Is it possible to do in TorqueScript? Does TorqueScript not support QuadTree implementation?... read more | 10/13/2012 (3:34 pm) |
| Ways to generate a procedural level? | Cool, Thanks for the help. Both make sense and I do want very random levels, so I'll have to chew ov... read more | 10/12/2012 (5:58 am) |
| Mount a sprite TO the Camera | @Michael Perry I want to mount an object that can detect touch to the camera, but the camera will mo... read more | 10/09/2012 (6:35 am) |
| Help with Joystick Code? | Ah - Got it, Thanks. I misunderstood the setup, but it has given me some new ideas. Are there any... read more | 09/19/2012 (1:15 pm) |
| Help with Joystick Code? | Cool, thanks for taking time to answer! Is there a way to set a limit for the thumbdisk? I couldn't ... read more | 09/19/2012 (10:01 am) |
| Help with Joystick Code? | Thanks for taking time to answer my problem, Joe. I didn't get a chance to implement it yet, but I h... read more | 09/18/2012 (12:24 pm) |
| Small Sprite Dragging Problem | Thanks for taking time to answer my question, @Joe Williams, your answer helps a lot! I think I'll u... read more | 09/06/2012 (10:06 am) |
| Small Sprite Dragging Problem | Thanks for the answer @Johnny Vo. I've got two questions: Is there a way of turning it into a gl... read more | 09/05/2012 (3:07 pm) |
| (solved Hi everyone, anyone know of jumping ability? | To use collision detection you have to enable it(in the player onLevelLoaded function): [code] %th... read more | 01/21/2012 (3:48 pm) |
| How do to use tile scripts? | OK, thanks.... read more | 01/14/2012 (1:29 pm) |
| How do to use tile scripts? | I wanted to be able to put bonuses in the tilemap(that dissolve when touched).... read more | 01/13/2012 (1:13 pm) |
| Scripts Are Not Running![SOLVED] | I just figured it out! I was using a tilemap and I set the tilemap collision mode to custom. That do... read more | 01/11/2012 (3:42 pm) |
| Text Object Fuzziness Question | Thank you @SimonAlmqvistPettersson! That saved me a lot of work.... read more | 01/11/2012 (3:14 pm) |
| Scripts Are Not Running![SOLVED] | Full error when I tap: [quote] Fatal: (/Applications/iTorque2D_1_5/MyProjects/SpeedMonkey/buildFil... read more | 01/11/2012 (2:20 pm) |
| Good art Tutorials/Resources? | Ok, I'm doing an iTorque 2D game right now. I am having a hard time with textures for the ground. I ... read more | 01/09/2012 (12:02 pm) |
| Scripts Are Not Running![SOLVED] | @MichaelPerry - Why can I tap in the demos?... read more | 01/09/2012 (11:56 am) |
| Scripts Are Not Running![SOLVED] | @MichaelPerry - Why can I tap in the demos?... read more | 01/09/2012 (11:49 am) |
| Scripts Are Not Running![SOLVED] | OK, just tested it. I keep getting popups that say something about "t2dPhysics::castLine() Inva... read more | 01/09/2012 (11:46 am) |
| Scripts Are Not Running![SOLVED] | Thanks, @MichaelPerry that helps. I am having a tough time with global touches. I edited game.cs and... read more | 01/09/2012 (9:51 am) |
| Scripts Are Not Running![SOLVED] | I just looked closer at my player.cs file and found that the only thing that was not working was the... read more | 01/07/2012 (12:09 pm) |
| Scripts Are Not Running![SOLVED] | 1. I'm not getting any path errors... read more | 01/07/2012 (11:50 am) |
| Scripts Are Not Running![SOLVED] | Oops, found it. ProjectFiles Directory.... read more | 01/07/2012 (11:49 am) |
| Scripts Are Not Running![SOLVED] | Where is that? ... read more | 01/07/2012 (11:40 am) |
| Scripts Are Not Running![SOLVED] | 1. I don't know how to access the debugger. 2. I'm trying to port 10 scripts. 3. Standard scrip... read more | 01/07/2012 (5:44 am) |
| Help! iTorque isn't refreshing![ANSWERED] | Thanks! Good to know.... read more | 01/06/2012 (4:46 pm) |
| Porting from Torque to iTorque | Awesome, Thanks!... read more | 01/04/2012 (12:11 pm) |
| Camera Reposition Error | OK, thanks. ... read more | 01/04/2012 (12:06 pm) |
| Porting from Torque to iTorque | OK, Thanks. Sometimes you wish there was a big red button that fixes everything for you.... read more | 01/03/2012 (3:33 pm) |
| Help! iTorque isn't refreshing![ANSWERED] | Will it happen in production(like on the iphone)? Not that I plan on leaving the background blank, ... read more | 01/02/2012 (4:32 pm) |