home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / bee_war.swf / scripts / DefineSprite_441 / frame_44 / DoAction.as
Encoding:
Text File  |  2002-02-08  |  212 b   |  19 lines

  1. if(eval("/:scene_this") == "game3")
  2. {
  3.    if(no == 2)
  4.    {
  5.       stop();
  6.       _visible = "0";
  7.    }
  8.    else
  9.    {
  10.       _visible = "1";
  11.       play();
  12.    }
  13. }
  14. else
  15. {
  16.    stop();
  17.    _visible = "0";
  18. }
  19.