Hey!!
I wanted to ask a question: can we have Collision/Anyside of Actor/Script Editor:
if( Collision+=2)
{
//
}
(Btw,Collision+ means how many times the "object" has to collide with the "actor" to make the event happens)
var += 1;
if(var > 5) //if the object has collided 5 times
{
//your action
var = 0; //returns the variable to zero and the whole process can start over again.
}
Users browsing this forum: No registered users and 1 guest