Entity Color with Types?

Blitz3D Forums/Blitz3D Beginners Area/Entity Color with Types?

_PJ_(Posted 2006) [#1]
I'm sure this used to work, but now it seems to be causing problems (unless I've missed something.....)

Here's a simple firing Function, however, the EntityColor command gives an error of 'Variable Must Be a Type'...




_PJ_(Posted 2006) [#2]
Ah! Sorry - solved it...

I was using the sctbul.bullet reference elsewhere!

I changed the pointer reference handle and it works fine!


big10p(Posted 2006) [#3]
Typo:

EntityColor sclbul\Sprite,240,200,0


should be...

EntityColor sctbul\Sprite,240,200,0



_PJ_(Posted 2006) [#4]
Heh I gotta learn to quit coding earlier on in the evenings ;)

Thanks!