home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Puzzle
/
sketch2.swf
/
scripts
/
DefineSprite_100
/
frame_97
/
DoAction.as
Wrap
Text File
|
2008-09-04
|
198b
|
15 lines
function back()
{
t = _totalframes / 25;
onEnterFrame = function()
{
t--;
if(t < 0)
{
t = 0;
}
gotoAndStop(t * 25 + 1);
};
}
stop();