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

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