The code doesnt repeat the events
my code is something like this:
count++;
if(count == 1)
{
//Create actor 1
}
else if(count == 2)
{
//Create actor 2
}
else if (count ==3)
{
//destroy actor 1
//destroy actor 2
}
switch(whatever condition you want - in this case Count++)
and something like
case1* = create actor
case2* = create actor
Users browsing this forum: No registered users and 1 guest