home *** CD-ROM | disk | FTP | other *** search
/ 3D Games (Spidla) / 3dhry2.iso / InterBingo 1.0 / InterBingoSetup.exe / BingoLogin.swf / scripts / frame_125 / DoAction.as
Encoding:
Text File  |  2002-09-04  |  504 b   |  26 lines

  1. if(_root.KeyBlock.ScreenWatch == 0)
  2. {
  3.    _root.ButtonHit(_root.Next);
  4.    return undefined;
  5. }
  6. if(_root.KeyBlock.ScreenWatch == 1)
  7. {
  8.    _root.ButtonHit(_root.Login);
  9.    return undefined;
  10. }
  11. if(_root.KeyBlock.ScreenWatch == 2)
  12. {
  13.    _root.ButtonHit(_root.Return);
  14.    return undefined;
  15. }
  16. if(_root.KeyBlock.ScreenWatch == 4)
  17. {
  18.    _root.ButtonHit(_root.Enter);
  19.    return undefined;
  20. }
  21. if(_root.KeyBlock.ScreenWatch == 3)
  22. {
  23.    _root.Confirm(_root.KeyBlock.ConfVal);
  24.    return undefined;
  25. }
  26.