# HG changeset patch # User Thibaut Girka # Date 1314106111 -7200 # Node ID 6d47bfc23c648a57e0e2e1f981cdd643bab3f13d # Parent c5b074b0abbdb0004f354ce9f53239b98233aa11 Document a few more ANM instructions diff --git a/06/anm.xml b/06/anm.xml --- a/06/anm.xml +++ b/06/anm.xml @@ -38,8 +38,12 @@ 4 + set_color - + g + b + r + padding @@ -47,7 +51,7 @@ 5 jump - relative offset of the instruction to jump to + absolute offset within the script of the instruction to jump to Jump to the given instruction and reset the frame counter to the instruction's frame. @@ -81,17 +85,19 @@ 11 + set_scale_speed - - + sx speed + sy speed 12 + fade - - + new_alpha + duration @@ -111,10 +117,12 @@ 16 + set_random_sprite - - + id of the first sprite + number of sprites + Select a sprite in the [[id, id+number)) range. @@ -219,11 +227,13 @@ 30 + scale_in - - - + new_sx + new_sy + duration + Sets the scale factor to (new_sx, new_sy) in duration frames.