Hi. I have a timer going, that i want to reactivate every time the score is divisible by 6.
so, i wrote
public var number:uint;
if(score==number/6)
{
number = 6;
timer.start();
}
but that is wrong.
Can anyone help me write the notion of a number being divisible by 6.
thanks:)
North America
Europe, Middle East and Africa
Asia Pacific