Password/Pin System

they already solved that

Ok, i decided to come back to this and it says the sign in button says error on line 10 in the mouseclick script, there is no line 10, it just says

project.SignIn();

Here’s The Frame code

project.passwords =
[
“uvio”,“systematix2”
];

stop();

project.Confirmed = function(){
textbox2.box.runScript(‘unload’);
playSound(“logon.wav”)
alert(“Welcome!”)
};

project.SignIn = function(){
if(project.passwords.indexOf(project.password)!==-1){
project.Confirmed();
}else{
alert(“Wrong Login Info”);
}
};

thatd be cool if you encrypted it

That’s because project.SignIn() is a function. The error is in line 10, in the script where the function is defined (the default script).

Nothing looks wrong with the code, it might be a reference error.
What does the error in the console say?

How do i identify what’s related to the issue?


The console should have a red message defining the error

@Hamzah_Al_Ani Here’s the log
@Luxapodular Are you aware of what could cause this in .3?
also, it only happens when the correct pswd is entered and in both web and desktop versions

Then the problem is here:

Try playing the project without one of these lines to find the issue

nvm figured it out

1 Like

I need help with this aswell. I’m sorry that this is a kinda old topic but i wanna make a pin system where different pins go to different frames