home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Puzzle
/
casual_gameplay_escape.swf
/
scripts
/
DefineSprite_258_letterbutton
/
frame_1
/
DoAction.as
Wrap
Text File
|
2008-09-05
|
526b
|
30 lines
stop();
this.onRelease = function()
{
this.play();
if(this._currentframe == 1)
{
if(_root.soundmute != true)
{
hit = new Sound(this);
hit.attachSound("s01_paper.wav");
hit.start();
}
}
};
this.onEnterFrame = function()
{
if(this._currentframe > 1 && this._currentframe < 20)
{
this._alpha += 4;
}
if(_root.lightson)
{
this.notedark._visible = false;
}
else
{
this.notedark._visible = true;
}
};