Copy link to clipboard
Copied
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;
}
Copy link to clipboard
Copied
that code doesn't make any sense so i assume you extracted it from a larger body of code and made it unintelligible, but to start is Help defined somewhere?
Find more inspiration, events, and resources on the new Adobe Community
Explore Now