home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Puzzle
/
casual_gameplay_escape.swf
/
scripts
/
DefineSprite_295_laser
/
frame_61
/
DoAction.as
Wrap
Text File
|
2008-09-05
|
409b
|
17 lines
this._parent.ufocontainer.fire();
this._parent.shake();
this.onEnterFrame = function()
{
if(this._currentframe > 61 && this._currentframe < 81)
{
if(Math.abs(this._parent.tank._x - this._x) < 45)
{
this._parent.gamestarted = false;
if(this._parent.tank._currentframe == 1)
{
this._parent.tank.gotoAndPlay(2);
}
}
}
};