Game Development Community

Issue with my game

by Rich Hudson · in Torque X 2D · 02/23/2009 (9:59 pm) · 2 replies

Not sure how/when this has happened but suddenly my actor cannot move outside of the area which shows up RED in the editor (camera space). I have the camera move with the hero, if that matters. Its as if I have a tilemap with collision on, but I don't. In fact I have deleted almost all objects and I am still hitting these boundries, any ideas?

#1
02/24/2009 (1:55 am)
Hi Rich, I think there are world limits set within a scene, you can configure an object to collide with it or not. i think the gettingstarted documentation has some information about this.

I hope this helps.
#2
02/24/2009 (9:08 am)
gah, totally forgot about that, thanks for the nudge.