home *** CD-ROM | disk | FTP | other *** search
/ GKGM 014 / GKGM014.iso / hentai / sex_kitten_sim_rpg.swf / scripts / DefineSprite_77 / frame_1 / DoAction.as
Text File  |  2005-09-06  |  333b  |  23 lines

  1. if(_root.music == true)
  2. {
  3.    if(_root.musics == 0)
  4.    {
  5.       if(_root.curr == 1)
  6.       {
  7.          gotoAndPlay(4);
  8.       }
  9.       if(_root.curr == 2)
  10.       {
  11.          gotoAndPlay(7);
  12.       }
  13.    }
  14.    if(_root.musics == 1)
  15.    {
  16.       gotoAndPlay(3);
  17.    }
  18.    if(_root.musics == 2)
  19.    {
  20.       gotoAndPlay(6);
  21.    }
  22. }
  23.