home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 48
/
cdrom_image.iso
/
Games
/
alex_trax.swf
/
scripts
/
DefineSprite_43
/
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
|
2007-10-01
|
156 b
|
7 lines
vol = (1 - (_parent._currentFrame - startFrame) / (_parent._totalFrames - startFrame)) * 100;
if(vol < 0)
{
vol = 0;
}
_parent.snd.setVolume(vol);