home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / dragonforce.swf / scripts / DefineSprite_555 / frame_136 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  272 b   |  12 lines

  1. if(_root.previewcredits == false)
  2. {
  3.    _root.credits.staytuned.gotoAndStop("graphic");
  4. }
  5. else
  6. {
  7.    _root.credits.staytuned.gotoAndStop("blank");
  8.    _root.creditsloop.start(0,100);
  9.    _root.loopvolume2 = 100;
  10.    _root.creditsloop.setVolume(_root.loopvolume2);
  11. }
  12.