Posted by Evan C on October 04, 1998 at 05:38:59:
In Reply to: Cameras and players. posted by Justin0 on October 04, 1998 at 00:00:49:
: Is it possible to attach a thing to the player and then make that thing the camera and still have it so the player
: can move just like regular. And if it is, would it be possible for that thing to swing around the player, mabye
: goto a random frame. In other words, could we attach the FRAMES to the player as well. So basicly the
: camera would rotate around the player.
: Thanks in advance,
: Justin0
OK, here is an answer.
Yes, your idea is possible, I think thats how the darkjedi cogs were done.
newthing = CreateThing(ghosttemplate, player);
Attach stuff here
movement stuff here
Sorry, don't know enough about attach-thing to help you very much :(
try the Djedi specs.
Evan C