home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Puzzle
/
casual_gameplay_escape.swf
/
scripts
/
DefineSprite_570_sodacircle
/
frame_1
/
DoAction.as
Wrap
Text File
|
2008-09-05
|
468b
|
24 lines
this._x = Math.random() * 400 - 200;
if(this.alphad != true)
{
stop();
this.alphad = true;
this._alpha = 0;
}
this.onEnterFrame = function()
{
if(this.prompted == true)
{
if(this.ranonce != true)
{
this.ranonce = true;
this.ranframe = Math.round(Math.random() * 600);
this.gotoAndPlay(this.ranframe);
}
}
if(this._alpha < 73 && this.ranonce)
{
this._alpha += 1;
}
};