12-20-2023, 10:18 AM
(11-29-2023, 06:01 PM)Marcus Wrote: ...
The . (dot) notation, as in enemy[n].x, really isn't a complicated thing. In n7 you can use both numbers and strings as "keys" to tables. An array is what I call a table where only numeric keys (indexes) are used.
...
Thank you for sharing the .(dot) notation ...
It improves the readibility of the source code...
I tried to use it and it worked well
I love NAALAA