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
Wrap
Text File
|
2004-03-24
|
179b
|
10 lines
stop();
replayBtn.onRelease = function()
{
_root.maintarget_mc.gotoAndPlay(1);
};
nextBtn.onRelease = function()
{
_root.maintarget_mc.loadMovie("capture.swf");
};