Saturday, February 19, 2011

Wall Construction


Next I will work on a short script that will allow me to build walls wherever I want them. This should be the task:

When a player presses T, a "wall" object will appear offset from the player's transform values so that it is in front of them.

Edit1:

Progress is slow. Attempting to write my own script is proving to be much harder than I thought.

I'm brushing up on my javascript per Roy's advice.

Edit2:

I got the wall to spawn, but as you can see, it's on the origin, and there's an issue with it requiring the wall object to already exist in the game world...

No comments:

Post a Comment