Re: lingo-l Help with Lists

2000-12-13 Thread jonny jetset
I usually use getOne to check if items exist in a linear list, so a one-liner would be: on addItem theList, theItem if not theList.getOne(theItem) then theList.add(theItem) jj On Wed, 13 Dec 2000 20:59:03 +0800 John Erazo [EMAIL PROTECTED] wrote: From: "Thomas Yeh" [EMAIL PROTECTED] So

Re:lingo-l getvariable of a flash in a flash

2000-12-09 Thread jonny jetset
Hmmm, very nice solution... and there was I being all complicated as usual, thanks for the tip. Nice to know that I did at least spark a few of the right neurons. Jonny On Fri, 08 Dec 2000 21:12:50 +0100 Emmanuel Brulavoine [EMAIL PROTECTED] wrote: Hi Jonny, I have found a solution to access

Re:lingo-l getvariable of a flash in a flash

2000-12-08 Thread jonny jetset
en doing it anyhow, others may have other ideas. Please send an email to [EMAIL PROTECTED] requesting them to hurry up and release an update to the flash xtra that is compatible with flash 5! HTH Jonny Jetset On Fri, 08 Dec 2000 16:30:49 +0100 Emmanuel Brulavoine [EMAIL PROTECTED] wrote: Hi

Re:lingo-l Multiuser Question

2000-11-29 Thread jonny jetset
Hi six_shadow9 It doesn't sound to me like you need to be using the MUS xtra at all, if all you want is for many people to access the same files on a server accross a network all you need is to save the movies as shockwaves. MUS is good for chat stuff and multiplayer games etc. where remote