Yeah so here's my code
if(defaultmeter.visible = true)
{
meter1.visible = true;
meter1.x = 124.10;
meter.y = 63.10;
jizz.visible = false;
}
Thing is the things inside the { } work but the the if statement doesnt apply Like when defaultmeter is not visible, the stuff inside the {} still applies :C help please
Well of course, you need to cover the other case as well, like this: