Question
Error 1046 keeps occurring.
| Error 1046: Type was not found or was not a compile-time constant: Help. |
No idea whats wrong. The error occurred when I entered this code in, tried fixing it, but nothing happened.
var Help1:Boolean = false;
case Keyboard.H:
Help1 = true
break;
case Keyboard.H:
Help1 = false
break;
if(Help1) {
Help.visible = true;
}
if(1) {
Help.visible = false;
}
