Skip to content


Support for multiple layers!

you can now have multiple layers!!!!!

Layers basically let you have multiple things going on in an organized fashon. so you can have a layer named “background”, and another named “middleground” and one named “foreground” where you make the background, and never see it again until you preview while working on the other ones.

One major issue, is that there really is no positioning associated with layers, so you can’t D&D (drag n drop) reorder layers so the foreground is in front of the background things.

All i had to do to support layers was to add these 3 lines of code to Ax.addLayer()

if(!Ax.canvas_storage[layername]){
Ax.canvas_storage[layername] = {“1″:[]};//create a canvas storage slot with first frame set to blank
}

Posted in Ajax Animator.


3 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.

  1. josep_ssv says

    To import files and multi layer..
    [
    [{},{}],
    [{},{}]
    ]
    in a separate file extension .opf or .txt

    See resources update:
    http://aamap.110mb.com/animator/op_view/

    What I suggest?

  2. admin says

    is there any way to put the features of op_view into onlypaths?

  3. josep_ssv says

    As you have done in AjaxAnimator:
    Include in a DIV OP OP-view

    I dedicate this to



Some HTML is OK

or, reply to this post via trackback.