Ralf Van Bogaert
Member
You can only use absolute offsets for each frame in an animation.
Ex.
offset 20 100
frame img1.png
offset 21 100
frame img2.png
offset 21 101
frame img3.png
The problem with this is that if you make adjusments somewhere, you need to adjust the offsets for each successive frame also, which can be a lot of work.
So what would be really useful here would be to have 'relativeoffset'. The snippet above would then look like:
offset 20 100
frame img1.png
relativeoffset 1 0 #x +1
frame2.png
relativeoffset 0 1 #y+1
This would completely solve this problem.
Ex.
offset 20 100
frame img1.png
offset 21 100
frame img2.png
offset 21 101
frame img3.png
The problem with this is that if you make adjusments somewhere, you need to adjust the offsets for each successive frame also, which can be a lot of work.
So what would be really useful here would be to have 'relativeoffset'. The snippet above would then look like:
offset 20 100
frame img1.png
relativeoffset 1 0 #x +1
frame2.png
relativeoffset 0 1 #y+1
This would completely solve this problem.