RE: lingo-l scriptInstanceList

2001-02-23 Thread Karina Steffens
Hi Bhakti, any vector shapes? there was some problem with the xtra when it first came out that caused that sort of problem.. Nope, I just checked - no vector shapes whatsoever. Karina [To remove yourself from this list, or to change to digest mode, go to

RE: lingo-l scriptInstanceList

2001-02-23 Thread Karina Steffens
Hi Sephane, I don't think that having objects deleting themselves from their own scriptinstancelist is good, I seem to recall that although the actorlist is tolerant of this (ie. adjusts for deletions of objects in the list during stepframe processing), the scriptinstancelist is not.

lingo-l scriptInstanceList

2001-02-22 Thread Karina Steffens
Hi everyone, I've been just asked to debug an older project, that seems to slow down the system more and more as it runs. And I'm supposed to debug it NOW, in the next 10-20 minutes. (Ok, not anymore - I've just been told the installation will be postponed in any case, since we still need to

Re: lingo-l scriptInstanceList

2001-02-22 Thread R. Bhakti Klein
any vector shapes? there was some problem with the xtra when it first came out that caused that sort of problem.. -bhakti Karina Steffens wrote: Hi everyone, I've been just asked to debug an older project, that seems to slow down the system more and more as it runs. And I'm supposed to

RE: lingo-l scriptInstanceList

2001-02-22 Thread Stephane Comeau
2001 10:09 AM To: Lingo-L (E-mail) Subject: lingo-l scriptInstanceList Hi everyone, I've been just asked to debug an older project, that seems to slow down the system more and more as it runs. And I'm supposed to debug it NOW, in the next 10-20 minutes. (Ok, not anymore - I've j

RE: lingo-l scriptInstanceList

2001-02-22 Thread Mark R. Jonkman
Just to add two cents to this discussion. Instead of deleting the reference from the scriptInstanceList why not just set the scriptInstanceList to [] of course that assumes that there is only one object / behaviour attached to the sprite and that setting the scriptInstanceList to an empty list

RE: lingo-l scriptInstanceList

2001-02-22 Thread Stephane Comeau
Actually, I wouldn't expect deleting an instance using list operations (ie. deleteOne) would cause any problems with only one object in the script instance list either. My understanding of the problem is that deletion confuses the list index so that subsequent items in the list may be skipped on