home *** CD-ROM | disk | FTP | other *** search
/ GKGM 014 / GKGM014.iso / hentai / shoot_mole.swf / scripts / DefineSprite_129 / frame_1 / DoAction.as
Text File  |  2006-11-17  |  971b  |  65 lines

  1. function dispatch()
  2. {
  3.    if(seta._visible == false)
  4.    {
  5.       if(bousi._visible == false)
  6.       {
  7.          ude.gotoAndStop(4);
  8.          hand.gotoAndPlay(2);
  9.       }
  10.       else
  11.       {
  12.          ude.gotoAndStop(1);
  13.       }
  14.    }
  15.    else if(bousi._visible == false)
  16.    {
  17.       ude.gotoAndStop(3);
  18.       hand.gotoAndPlay(2);
  19.    }
  20.    else
  21.    {
  22.       ude.gotoAndStop(2);
  23.    }
  24. }
  25. function isClickSeta1()
  26. {
  27.    if(_root.view == 2)
  28.    {
  29.       return true;
  30.    }
  31.    return false;
  32. }
  33. function isClickSeta2()
  34. {
  35.    if(_root.view == 3)
  36.    {
  37.       return true;
  38.    }
  39.    return false;
  40. }
  41. function isClickbosi()
  42. {
  43.    if(_root.view == 1)
  44.    {
  45.       return true;
  46.    }
  47.    return false;
  48. }
  49. function isClickUwagi()
  50. {
  51.    if(_root.view == 3 && seta._visible == false)
  52.    {
  53.       return true;
  54.    }
  55.    return false;
  56. }
  57. function isClickGpan()
  58. {
  59.    if(_root.view == 4 && seta._visible == false)
  60.    {
  61.       return true;
  62.    }
  63.    return false;
  64. }
  65.