home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / Chip_2004-08_cd2.bin / avid_dvfree / swf / Prepare.swf / scripts / frame_2476 / DoAction.as
Text File  |  2004-03-24  |  179b  |  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("capture.swf");
  9. };
  10.