home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 July
/
CMCD0704.ISO
/
Software
/
Demo
/
elearn
/
Fizica
/
interfata.swf
/
scripts
/
DefineSprite_199
/
frame_1
/
DoAction.as
Wrap
Text File
|
2004-05-12
|
121b
|
9 lines
stop();
for(var o in this)
{
if("movieclip" == typeof this[o])
{
this[o].gotoAndStop("Stop");
}
}