home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
astroys.swf
/
scripts
/
DefineSprite_27
/
frame_2
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
156 b
|
7 lines
vol = (1 - (_parent._currentFrame - startFrame) / (_parent._totalFrames - startFrame)) * 100;
if(vol < 0)
{
vol = 0;
}
_parent.snd.setVolume(vol);