Game Development Community

Asteroids Tutorial High Score Help

by Ryan Dixon · in Torque Game Builder · 04/16/2010 (6:12 am) · 4 replies

When i run the game i get the following error 'hsTable not found'. I have named the scenegraph hsTable and attached the high scores behaviour. Any ideas?

#1
04/16/2010 (6:38 am)
It's possible that behavior simply won't work when applied to the t2dSceneGraph. Try attaching it to a t2dSceneObject that you drag into the editor and see if it sorts things out for you.
#2
04/16/2010 (7:42 am)
I tried that, but no luck
#3
04/16/2010 (7:48 am)
Did you remember to remove the name from the t2dSceneGraph and apply the name to the t2dSceneObject?
#4
04/16/2010 (2:34 pm)
Yep