Is there any way of making it so that if my actor has animation "left"
then when I press space it creates actor "ballleft"
and if he has animation "right" it creates "ballright"?
Is that possible?
if(variabel == 1)
{
CreateActor("baalright", "icon", "no parent", "no path", 0, 0, false);
}
if(variabel == 0)
{
CreateActor("baalleft", "icon", "no parent", "no path", 0, 0, false);
}
Users browsing this forum: No registered users and 1 guest