Game Development Community

Sprite Error!! [Solved]

by praju · in Torque Game Builder · 08/19/2010 (11:01 am) · 2 replies

Hi guys,

When i run my level, i get this error :

t2dStaticSprite::setFrame() - Cannot set Frame without existing t2dImageMapDatablock Datablock!

Can anyone explain to me what does it mean???

#1
08/19/2010 (12:58 pm)
I get that error whenever I delete an image, but my code still references it. So... you have to go through your code and remove any references to invalid images.
#2
08/20/2010 (4:38 am)
Thanks kevin!! now that error is gone..:)