Hi!
Im working on some scrolling markings on my preset. But the scrolling markings cover the left side of the body. I did use alpha channel to erase where I want the scrolling markings to go but I didn't erase the whole thing. Heres a look at what I see in the preset maker:

And no, I dont have the old FeralHeart. Its just the old podium..
Also here is what my coding looks like for the left side:
material preset_9_bodyMatL
{
receive_shadows on
technique
{
pass
{
ambient 1.000000
diffuse 1.000000 1.000000 1.000000
1.000000
specular 0.010000 0.010000 0.010000
1.000000
texture_unit
{
texture Text.jpg
tex-address_mode wrap
filtering trilinear
colour_op replace
scroll_anim 0.0 0.1
}
texture_unit
{
texture preset_9body.jpg
tex_address_mode wrap
filtering trilinear
colour_op alpha_blend
}
}
}
}
If anybody can see problems in my coding, please reply! thanks!