lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Thomas Blom wrote:
On Wed, 13 Sep 2006 13:49:44 -0500, Shmuel Zeigerman <shmuz@actcom.co.il> wrote:

shouldLoop = sounds[i].loop == nil

this one doesn't quite work:

Oops! Then:

  sounds[i].loop ~= false

(it's essentially what Taj proposed, just a bit shorter.)
--
Shmuel