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 = 8tile_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.