home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Demo / elearn / Geografie / interfata.swf / scripts / DefineSprite_199 / frame_1 / DoAction.as
Text File  |  2004-05-12  |  121b  |  9 lines

  1. stop();
  2. for(var o in this)
  3. {
  4.    if("movieclip" == typeof this[o])
  5.    {
  6.       this[o].gotoAndStop("Stop");
  7.    }
  8. }
  9.