home *** CD-ROM | disk | FTP | other *** search
/ GKGM 014 / GKGM014.iso / hentai / sex_kitten_megamart.swf / scripts / DefineSprite_341 / frame_2 / DoAction.as
Text File  |  2006-11-16  |  176b  |  13 lines

  1. _root.timesuck -= 1;
  2. if(_root.timesuck == 0)
  3. {
  4.    if(_root.count >= 75)
  5.    {
  6.       _root.gotoandplay(37);
  7.    }
  8.    else
  9.    {
  10.       _root.suck.gotoAndPlay(4);
  11.    }
  12. }
  13.