Advertisement
Guest User

Untitled

a guest
Jun 1st, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. on (release) {
  2.     if (username == "thacker" && password == "******") {
  3.         gotoAndStop(85);
  4.     } else if (username == "*****" && password == "******") {
  5.         gotoAndStop(85);
  6.     } else {
  7.         Alert.show("Incorrect Username ('_root.username') / Password ('_root.password').", "Login Error", Alert.OK, this, Alert.OK);
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement