home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
eolica.swf
/
scripts
/
DefineSprite_181
/
frame_10
/
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
|
2005-07-26
|
203 b
|
7 lines
var tB = _parent.light_sound_marker.getBounds(WM_GAME.mc);
minY = tB.yMin;
maxY = tB.yMax;
vol = (_Y - minY) / (maxY - minY);
vol = Math.round(vol * 100);
Audio.play("geo_windhouse_on_1_snd",vol);