Thanks liquid8d, yeah you are right, the zorder doesnt work

it goes by the draw order, i create first the the artwork object, then later i create the frame image, so the frame its always on top ...
there is a way that i can pass to the conveyor an image in the constructor?
for example im using the grid theme as reference for this...
for ( local i=0; i<rows*cols; i++ )
my_array.push( MySlot( i ) ); --> here we create the slot tha are show in the conveyor
then i create the frame
gridc.frame=fe.add_image( "frame.png", width , height , width , height );
i can pass later to MySlot class an image? any idea please ...
somehting like (sorry im pretty new with squirrel and I do not know very well the syntax)
foreach(a in my_array)
a.m_wheels = fe.add_artwork( "flyer", 0, 0, width, height);
thanks again
