Hi, in my game I'm having trouble with switching scenes after all the objects on the object list have been clicked. When I try to run this code, after clicking all the objects, nothing happens. Am I doing this right?
public static int removed=4;
if(removed==1)
//each time an object is clicked then it removes the object and decrements the removed variable.
{
//code
}
