home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Samsung New PC Studio
/
Samsung_new_Pc_studio.iso
/
Experience
/
Pt_br
/
timeline.swf
/
scripts
/
frame_1
/
DoAction.as
Wrap
Text File
|
2007-09-20
|
300b
|
19 lines
stop();
Stage.scaleMode = "noScale";
Stage.align = "tl";
var dir = "Experience\\Pt_br\\";
chk = 0;
this.onEnterFrame = function()
{
chk++;
if(chk < 10)
{
_root.fPath = _root.gPath + dir;
}
else
{
gotoAndPlay(2);
delete this.onEnterFrame;
}
};