@arenNot to textures, no.
Yes i will Use UITexture. Is there any script in NGUI that i apply Frame changing animation to Textures.
So how to achieve that functionality.I suggest looking into how UISpriteAnimation works, it's a pretty short script. You can write a version that works with a UITexture easily enough -- instead of swapping sprites you will need to swap the material's texture.