Game Development Community

Help

by Dave Chambers · in Constructor · 10/22/2008 (7:50 pm) · 2 replies

Ok, First off I'm new, so I might not know what I'm talking about :-)
Anyway. is torque constructor anything like 3d game studios level editor. I can make buildings and stuff in constructor, but what I can't find info about is how to use script to open doors from within constructor, like you can in gamestudio. with gamestudio you just add a door and give it the door script and run the level. when you come up to the door you press the space or whatever button the door reacts to and it opens. but I'm somewhat confused with how to go about doing this in constructor. Any help would be nice, because I can't seem to find very many or useful docs about constructor.

About the author

Recent Threads


#1
10/22/2008 (8:17 pm)
You don't add the doors in constructor, you do it in the world editor. First, you would need to add a door resource (there's a free one www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=4004, or you can get apparatus's excellent door pack for just a few bucks:www.garagegames.com/products/315/ ).
#2
10/22/2008 (8:54 pm)
Thank's for the head start. I'll start looking over the links. Again thanks.