Dave's Brain

Browse - computer tips - mng loop

Date: 2007oct21

Q. How can I tell if an MNG animation is supposed to loop?

A.

The word "LOOP" will actually be in the binary file.  So on a Linux/Unix
box you can do:

	strings MYFILE.mng | grep LOOP

If you get something, at least some part of the animation is
supposed to loop.

Add a comment

Sign in to add a comment
Copyright © 2008, dave - Code on Dave's Brain is licensed under the Creative Commons Attribution 2.5 License.