swarm-support
[Top][All Lists]
Advanced

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

Lists


From: Matthew Mitchell
Subject: Lists
Date: Sun, 21 Jan 1996 17:37:23 +1100 (EST)

Thanks for the advice, I'll see how I go. 

One thing I forgot to mention though, if I do the following it works ok:

    for ( x = 0; x < numberObjects; x++ ) 
    {
       [aGroup addOne];
    } 

   simActions = [ActionGroup create: aZone];
      [simActions createActionTo: aGroup message:M(moveAll)]; 

It is only when I have the addOne action in the ActionGroup that I have 
trouble. 

Thanks 

Matt


reply via email to

[Prev in Thread] Current Thread [Next in Thread]