home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 May (Special)
/
Chip-Special_2004-05_Pocitac-v-Kapse-2004.bin
/
htm
/
palm
/
download
/
swf
/
intro.swf
/
scripts
/
frame_59
/
DoAction.as
Wrap
Text File
|
2004-04-28
|
304b
|
16 lines
stop();
currentMovie.mov.gotoAndStop(1);
currentMovie = brentMovie;
trackBrent = new Sound();
trackBrent.attachSound("brent");
trackBrent.start();
trackBrent.setVolume(100);
if(second)
{
brentMovie.mov.gotoAndPlay("secondBuild");
}
else
{
brentMovie.mov.gotoAndPlay("firstBuild");
}