Login code

Hi,

Here are a code for login:

on (release) {
if(un == ‘test’ && pw == ‘test’) {
gotoAndStop(“correct”)
} else {
gotoAndStop(“incorrect”)
}
}

But something must be wrong, I write the correct username and password in the textboxes and then click login, but I come to incorrect frame… have I missed something here?

Cheers
HH