Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- stop();
- var Username = _global.loginXML.firstChild.firstChild.attributes.u;
- function checkUser() {
- if (Username != "Mitt Romney") {
- this.gotoAndStop(3);
- } else if(Username = "Mitt Romney") {
- this.gotoAndStop(4);
- }
- }
- btnStartHackin.onRelease = function() {
- checkUser();
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement