home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / dexter.swf / scripts / DefineSprite_1109 / frame_196 / DoAction.as
Encoding:
Text File  |  2003-10-24  |  180 b   |  15 lines

  1. if(_name.substr("4","1") == "1")
  2. {
  3.    tellTarget("../appear2")
  4.    {
  5.       gotoAndPlay(2);
  6.    }
  7. }
  8. else
  9. {
  10.    tellTarget("../appear1")
  11.    {
  12.       gotoAndPlay(2);
  13.    }
  14. }
  15.