home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GEGA 010
/
GEGA010.iso
/
Interface
/
it.dig
/
scripts
/
DefineSprite_297
/
frame_4
/
DoAction.as
Wrap
Text File
|
2005-09-22
|
180b
|
9 lines
if(_root.categoria_mc.revista_mc._currentframe != _root.categoria_mc.revista_mc._totalframes)
{
_root.categoria_mc.revista_mc.nextFrame();
}
else
{
gotoAndStop(1);
}