Game Development Community

A problem in Fish game tutorial

by Byron Qian · in Torque Game Builder · 01/03/2010 (4:19 am) · 2 replies

During the part 6, I implement the fish life function. The fish can reduce its size every time, but when it eats bubble, its size can not be growth. I already change the fishfood script and add on the "lifeValue" in the dynamic field of bubble.

Does anyone know about this situation.

Very Thanks.

#1
01/03/2010 (9:06 am)
The issue could be a couple of things:

1. Are collisions turned on between the player fish and the fish food?
2. Is there an error in one of your script file functions?
#2
01/03/2010 (9:28 am)
Thank you very much! I fixed the problem already.