OK Bob,
No problem, that explains,, I alos read
your second reply,If you've renamed an .AMV file and still want to work on it.,
So i don't see any need to reply twice,
Where I am getting into trouble is for
some reason, I am not able to load, any
of the files, I made, into a qb64 program,
However, in Animax! you have some samples
that are .AMV, (MODELA.AMV) for example,
alos kitten.amv ,fire.amv,.... and these
do load, but when I make a new file, as I
said, it saves as axb, and I cannot get it
to load, I tried changeing the extnsn to .amv, but no success...maybe what I should do is post a copy of how I have the
code, Here? or in QB64 ? I have tried useing PUT and Get, and in GFX256, I noted
the example, in the Help, section,..but no luck,
-------------
OPEN Filename$ For BINARY AS #1
ARRAYSIZE&=LOF (1)/2-1
DIM Array (arraysize&) AS INTEGER
GET #1,,Array ()
CLOSE #1
-------------
This dose "run" ok, but the screen always
comes up blank,no image....
Guess thats about it,I hate to be a bother,and also in the mean while I keep
going thru the tutorial, hopeing to find what I am doing wrong,
thank you very much for the replys
from Garry