Re: lingo-l excluding duplicates from a list

2004-07-12 Thread Brennan
On 11/7/04 at 19:43, Matt Wells [EMAIL PROTECTED] wrote: repeat with x = aa to ab boldListC.add(x) end repeat Why not check to see if the value is already in the list BEFORE you add it. repeat with x = aa to ab if boldListC.getPos(x) then next repeat end if

lingo-l sound stop doesn't stop sound (test dir)

2004-07-12 Thread Frank Di Luzio
Hi List, I'm beginning to think that directors sound engine is as bad as its text engine. In fact, I always have to find workarounds for sound bugs in Director, but this one really bites. When I stop a sound and play a new one in its place, I hear a small portion of the previous sound before the

Re: lingo-l excluding duplicates from a list

2004-07-12 Thread Carl West
Brennan wrote: On 11/7/04 at 19:43, Matt Wells [EMAIL PROTECTED] wrote: repeat with x = aa to ab boldListC.add(x) end repeat Why not check to see if the value is already in the list BEFORE you add it. repeat with x = aa to ab if boldListC.getPos(x) then next repeat end

lingo-l Re: Lingo-l digest, Vol 1 #1308 - 10 msgs

2004-07-12 Thread Ronald Kozlowski
I am attending a Conference and will be out of the office till the 19th. [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for

lingo-l Flash Asset within Director 8.5

2004-07-12 Thread Tim Welford
Hi, Not quite sure if this is really the right list, but it is affecting my lingo, so here goes. I have director 8.5 and I'm trying to use a Flash 7 / MX file within it, it doesn't seem to want to show the file. If there an updated flash asset Xtra for 8.5 that will play more recent

Re: lingo-l Flash Asset within Director 8.5

2004-07-12 Thread Colin Holgate
I have director 8.5 and I'm trying to use a Flash 7 / MX file within it, it doesn't seem to want to show the file. If there an updated flash asset Xtra for 8.5 that will play more recent versions of flash? I can't find it anywhere. Don't think you can. Will your Flash thing work if you save it

Re: lingo-l sound stop doesn't stop sound (test dir)

2004-07-12 Thread Petro Bochan
Hi Frank, same positive reluts here. btw, i got deafened by the sound from the movie. dir8.5, win98 hth Bamboo bear - Frank Di Luzio ïèøåò: Hi List, I'm beginning to think that directors sound engine is as bad as its text engine. In fact, I always have to find

Re: lingo-l sound stop doesn't stop sound (test dir)

2004-07-12 Thread Kurt Griffin
Works fine here. Mac, Panther, in both MX and MX2004. I'm beginning to think that directors sound engine is as bad as its text engine. In fact, I always have to find workarounds for sound bugs in Director, but this one really bites. When I stop a sound and play a new one in its place, I hear a

lingo-l OS X Text wrap

2004-07-12 Thread Kerry Thompson
OS X (Panther), Dir MX. I use this string for a DirectOS alert box with this code: alertMsg = Press OK to enter Dedicated Key Scanning mode. For some reason, OS X wants to wrap the last word to the next line, so I get Press OK to enter Dedicated Key Scanning mode. I'd write it off

Re: lingo-l sound stop doesn't stop sound (test dir)

2004-07-12 Thread Diego Landro
Works fine for me, no noise when i play the silence it works just fine in authoring and in runtime modes Win 2000 Dir MX2004 - Original Message - From: Petro Bochan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 12, 2004 4:15 PM Subject: Re: lingo-l sound stop doesn't stop