Funtion Not found...

Blitz3D Forums/Blitz3D Beginners Area/Funtion Not found...

Nathaniel(Posted 2006) [#1]
Here is my code (sorry it's kind of long) :




When I compile it, Blitz says "Function "rota" not found" on the line:

rota - direction = turning ;<<<<<<<<<<<Right Here

Thanks for your help!


jhocking(Posted 2006) [#2]
It should be

turning = rota - direction

Remember, this isn't like you would write out a math problem; you do the math on the right, and assign to a variable on the left. I wouldn't expect that to give a Function Not Found error though.


Nathaniel(Posted 2006) [#3]
O my gosh!! Stupid me. Thanks Master J. Hocking!


H&K(Posted 2006) [#4]
"[code][/code]"
"[codebox][/codebox]"


Nathaniel(Posted 2006) [#5]
@H&K
Done.