home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / Chip_2004-08_cd2.bin / avid_dvfree / swf / Titles.swf / scripts / frame_2619 / DoAction.as
Text File  |  2004-03-24  |  178b  |  10 lines

  1. stop();
  2. replayBtn.onRelease = function()
  3. {
  4.    _root.maintarget_mc.gotoAndPlay(1);
  5. };
  6. nextBtn.onRelease = function()
  7. {
  8.    _root.maintarget_mc.loadMovie("output.swf");
  9. };
  10.