I have no idea what to do to fix this error. Please Help.
function Countdown()
{
if( --gameTime == 0 )
{
CancelInvoke( "Countdown" );
**if( Score == <5 && gameTime == 0 )**
{
Application.LoadLevel( "LoseScreen" );
}
}
}
↧