BullDog_Flash
April 5th, 2003, 06:12 PM
Ok for my tile based game there is alot of attaching mvoies.
cont.attachMovie("mario","mario",90000);
cont.mario._x = 3*tile_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.
cont.attachMovie("mario","mario",90000);
cont.mario._x = 3*tile_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.