Attach Movie

Ok for my tile based game there is alot of attaching mvoies.

cont.attachMovie(“mario”,“mario”,90000);
cont.mario._x = 3tile_width;
cont.mario._y = 8
tile_height;

That is one code i do no understand

I mean the depth is 90000 thats crazy i dont understand.

Please explin it for me.

It is to ensure that no matter what, that object will always stay on top of everything else.

I do that a lot, but I usually set it to 1000 or something.