Game Development Community

Animated fish doesnt move...

by Rosdi Kasim · in Torque Game Builder · 07/20/2006 (10:55 pm) · 2 replies

I am currently on Fish Demo Tutorial step 8 (Config Datablock).

I did as instructed (triple checked) but my animated fishes do not move.. the static fishes do.. I put a few static fishes and they swim nicely.

Anyone experiencing the same? It only affects the animated fishes, the fish animates but it does not move around unlike its static counterpart.

#1
07/20/2006 (11:25 pm)
If you link a class to a static sprite then it won't properly link to an animated sprite... if you check your console you should see some class "linking" errors... a solution is to create an animatedFish class for the animated fish and keep the present one for the static fish or just use them on either an animated or just static sprites :)
#2
07/20/2006 (11:42 pm)
Ok thanks.