I have some trouble with TAsphyreImage3.loadfromfile.

LoadFromFile(FileName,Point(16,16),Point(64,64),Po int(16,16),...)

The picture looks like this, ie 4x4 tiles:
Code:
01 02 03 04
05 06 07 08
09 10 11 12
13 14 15 16
But after, if i try to draw them from 1 to 16, they come out like this:
Code:
01 06 11 16 01 06 11 16 01 06 11 16 01 06 11 16
ie repeating 01 06 11 16

Do i make any sense?
I can try and make a small example if you need it?