Game Development Community

Issue in 'MoveTo' tutorial

by Matthews_30 · in Torque Game Builder · 11/01/2005 (4:49 am) · 2 replies

In this link: http://tdn.garagegames.com/wiki/T2D_Tutorial_MoveTo

is the page tutorial and i am having this error (console log)

"T2D/client/client.cs (0): Unable to find function OnStartUp"

does anybody had this error before?

#1
11/01/2005 (11:05 am)
Hum I think we might need to see a bit more of that client.cs file.
#2
11/01/2005 (5:28 pm)
Did you placed the OnStartUp() function inside setupT2DScene()? The OnStartUp() function must be placed after setupT2DScene().