home *** CD-ROM | disk | FTP | other *** search
/ Champak 35 / jogo-disk-35.iso / Games / red_beard.swf / scripts / DefineSprite_180 / frame_1 / DoAction.as
Text File  |  2007-02-27  |  248b  |  11 lines

  1. this;
  2. if(hitTest(_root.playerMC) and eval("_root.codeMC:falling") == "on")
  3. {
  4.    if(eval("_root.codeMC:purpleSwitch") != "on")
  5.    {
  6.       _root.click.start();
  7.    }
  8.    set("_root.codeMC:purpleSwitch","on");
  9.    switchMC.gotoAndStop("on");
  10. }
  11.