Hi,
I have a multi frame texture, i.e.
texture2 = CreateTexure(64,64,12,2) ; 2 frames...
How do I load a texture from disk into say the first frame?
I sort of want to do somehting like...
texture2(0) = LoadTexture("texture2")
I have a multi frame texture, i.e.
texture2 = CreateTexure(64,64,12,2) ; 2 frames...
How do I load a texture from disk into say the first frame?
I sort of want to do somehting like...
texture2(0) = LoadTexture("texture2")