@EverthangForever
effectivement je m'étais trompé d'archive. autant pour moi.
actuellement avec le code suivant, j'arrive à obtenir les différents clips de ma playlist. (top, table, etc....) le seul problème qui me reste étant les jambes au dessus de la tête au lui d'être normalement cachées par le bas de l'écran comme sur ma précédente capture.
clip {
 id: MyClip
 allow: accessories, behindtable, cage, fronttable, inout, pole, sign, swing, table, top
}
camera {
 type: 2D
 size: 800, 450
 clipSprite {
 color: 0, 0, 1
 pos: 320, 500, 1
 standingHeight: 400
 sittingHeight: 300
 source: MyClip
 scale: 3
 animate: 15, PingPong, InOutQuad, pos, 160, 0, 0
 animate: 20, PingPong, InOutQuad, pos, 0, 400, 0
 }
 quad { // Non textured quad polygon.
 size: 800, 450
 pos: 0, 0
 hotspot: 0, 0
 shader: fragment, perforations.fsh // fragment or vertex and source file of the GLSL shader.
 }
 clipSprite {
 pos: 405, 455, 1
 standingHeight: 400
 sittingHeight: 300
 source: MyClip
 color: 0, 0, 0
 opacity: 0.3
 shader: fragment, blur.fsh
 }
 clipSprite {
 pos: 400, 450, 1
 standingHeight: 400
 sittingHeight: 300
 source: MyClip
 }
 clipSprite {
 pos: 400, -50, 1
 standingHeight: 400
 sittingHeight: 300
 source: MyClip
 }
 clipNameSprite {
 scale: 0.5
 pos: 400, 450, 1
 hotspot: 0.5, 1
 source: MyClip
 }
}