Quote:
Originally Posted by callimuc
Ok thanks. So it should look like this:
PHP Code:
setani("ganiname_"@player.dir, NULL)
(thought because it would save space unlike using
PHP Code:
if (player.dir = 0) {
if (player.dir = 1) {
//...
Or what about using showimg() for each direction? What would be best?
|
Using showimg() would probably be more convenient, but using separate ganis would be more efficient.