home *** CD-ROM | disk | FTP | other *** search
/ GKGM 014 / GKGM014.iso / hentai / sex_kitten_megamart.swf / scripts / DefineSprite_40 / frame_1 / DoAction.as
Text File  |  2006-11-16  |  160b  |  12 lines

  1. if(_root.music == true)
  2. {
  3.    if(_root.musics == false)
  4.    {
  5.       gotoAndPlay(4);
  6.    }
  7.    if(_root.musics == true)
  8.    {
  9.       gotoAndPlay(3);
  10.    }
  11. }
  12.