home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / alex_trax.swf / scripts / DefineSprite_43 / frame_2 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  156 b   |  7 lines

  1. vol = (1 - (_parent._currentFrame - startFrame) / (_parent._totalFrames - startFrame)) * 100;
  2. if(vol < 0)
  3. {
  4.    vol = 0;
  5. }
  6. _parent.snd.setVolume(vol);
  7.