Page 1 of 1

genral list of quistions

PostPosted: Mon Mar 15, 2004 5:59 am
by phractus
ok heres some random things:

-When i have my charecter walk it slows down other animations on screen.
I fixed this for the most part, had some crappy code running, thats all.

-does this engine cut away unused parts of images and save respective reference points, or just run it all.

-the key down(down) gets ridden over by L and R no matter what. What could cause this. It makes it imposible for me to get the SE,SW movements for some reason.

-anyone know of some free rendering software?

-tile cutter?

-does infinate spread of an image eat up resources? If so is there a way to "fill" an area with a tile?

-does z-depth effect collisions?

Well these are just some random ?s that im trying to figure out.

PostPosted: Tue Mar 16, 2004 6:28 pm
by makslane
does this engine cut away unused parts of images and save respective reference points, or just run it all


Only visible image parts are drawing


does infinate spread of an image eat up resources?


No memory, only a little bit speed


does z-depth effect collisions?


No

PostPosted: Tue Mar 16, 2004 6:35 pm
by phractus
thanks man.