[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Enigma-devel] Make RubberBands
From: |
Daniel Heck |
Subject: |
Re: [Enigma-devel] Make RubberBands |
Date: |
Thu, 23 Oct 2003 01:22:02 +0200 |
Michi Hostettler wrote:
> GetActor(x,y)
> doesn't work. why???
Because, in general, accessing actors by coordinates is a bad idea.
Actors can move. There can be many actors in one field. It's just not
a function that makes much sense during the game.
You could modify ant.lua to achieve a similar effect while building the
level (by simply keeping track of the generated actors in a table) .
Daniel