Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: setVolume
From: Clock86
Date: Sat, 24 Mar 2001 00:58:05 -0000

I am new to action scripting. At frame 0 I put a movieClip containg a sound
on one layer 1 I named the instance "sound".

On another layer at frame 40 I put a movieClip that had a placeholder
graphic.
On this movie clip I put in an action script to lower the volume.

onClipEvent (enterFrame) {
_root.sound.setVolume(25);
}

It didn't work.

thanks david



[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]