- Code: Select all
//Try # 1:
if (strcmp(PWD.text, "c7756453f8")) {
view.x+=640;
} //This test ended in it making the view go regardless of the password Oo
//Try # 2:
if (PWD.text == "c7756453f8") {
view.x+=640;
}
Can anybody help with this? XD Im so confused as to why its not working