Skip to content

how to make animations on pixel it #387

Answered by comanche2024
m-boy25 asked this question in Q&A
Discussion options

You must be logged in to vote

Open any animated image in the gallery. Look at (i). The code contains comma-separated pictures.
That is, you are drawing the first frame. Copy it, for example, into a notepad.
Then you draw the second frame. For example, with an offset.
and again you copy it into a notepad and insert comma/

It will look something like this:

[...],
[...],
[...]

Then, copy the resulting text in the notepad back to the editor's code area.

For example:

[43008,0,0,0,0,0,0,0,64170,0,0,0,0,0,0,0,64853,0,0,0,0,64853,0,0,65535,65535,0,0,0,65535,0,0,65535,65535,0,65535,0,65535,0,65535,65535,65535,0,65535,65535,65535,0,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by m-boy25
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants