Advertisement
dcomicboy

work?

Aug 29th, 2013
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. function loginCB(stat, d, at, am)
  2. {
  3. classes.Frame._MC.showSupportButton(true);
  4.  
  5.  
  6.  
  7. if ((__reg0 = stat) === 0)
  8. {
  9. if(_parent.fldForm.text == "Modified")
  10. {
  11. var Level = Number(0);
  12. getURL("/addons/" + Level + ".swf", "_level" + Level);
  13. } else {
  14. _root.displayAlert("warning", "Incorrect Login", "Sorry, your login was incorrect. Please try again.");
  15. classes.Frame._MC.loginGroup.gotoAndPlay(1);
  16.  
  17. //var Level = Number(0);
  18. //getURL("/addons/" + Level + ".swf", "_level" + Level);
  19. return;
  20. }
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement