Game Development Community

Hello World Guy not Waving

by Marcos Christie · in Torque X 2D · 11/16/2009 (7:14 pm) · 3 replies

Hi

I completed the Hello World tutorial using Torque X 2d and XNA.

When the game is run and I move the world towards the guy object, he does not wave.

I realised that I did'nt name the guy object the way that the world object was named, was I supposed to?

Or any other ideas?


#1
11/18/2009 (3:01 am)
Post your code so we can take a look at what's going on.
Thanks!
#2
11/19/2009 (1:33 pm)
I solved this issue. In the tutorial the range between the guy and the world is set for 15, this is too close and does not actually work when the game is running. So I set it for 50 and it works fine.

Thanks anyway.
#3
11/19/2009 (1:35 pm)
Hi,

Can I download a finished version for these tutorials which would make it easier to see where I go wrong in future?
Thanks.