home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / excitepochi.swf / scripts / DefineSprite_382 / frame_30 / DoAction.as
Text File  |  2006-01-07  |  184b  |  13 lines

  1. stop();
  2. _root.nEventStart = true;
  3. var nTime = 1;
  4. this.onEnterFrame = function()
  5. {
  6.    nTime++;
  7.    if(nTime >= 50)
  8.    {
  9.       play();
  10.       delete this.onEnterFrame;
  11.    }
  12. };
  13.