Re: .FLI Player is now twice as fast

new topic     » goto parent     » topic index » view thread      » older message » newer message

Robert Craig wrote

> I hacked away on Peter Blue's .FLI code and
> managed to get it running twice as fast. It has
> gone from about 4 frames per sec. up to now 8 frames

I added a slight modification to Play-fli.e in procedure ByteDelta()

I replaced

for c = 1 to byt do
  h = h + 1
  hz[h] = getc(ifc)
end for

by

for c = h to h+byt do
  hz[c] = getc(ifc)
end for
h = h + byt

this should give a slight improvement in speed.

Jacques Deschenes

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu