Guest User

Untitled

a guest
Aug 21st, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MXML 0.33 KB | None | 0 0
  1. private function checkLogin(event:ResultEvent = null):void
  2.                
  3.             {
  4.                
  5.                 if(event.result.loginsuccess == "yes")
  6.                    
  7.                 {
  8.                    
  9.                     currentState = "Logged In";
  10.                    
  11.                 }
  12.                
  13.                 if(event.result.loginsuccess == "no")
  14.                    
  15.                 {
  16.                    
  17.                     //Alert.show("Invalid username/password");
  18.                    
  19.                 }      
  20.                
  21.             }
Add Comment
Please, Sign In to add comment