Flasher Archive

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


Subject: Re: FLASH: sound in symbols/movie
From: Marc Hoffman
Date: Sat, 16 Jan 1999 17:49:02 GMT

At 06:10 PM 1/16/99 +0100, you wrote:
>Dear Listmembers,
>
>I want to insert a special sequence of sounds [defined as a symbol] as
>movie and control it via tell target. but due unknown reasons I am not able
>to control it like a movie, which contains graphics.

Are you defining it as a multi-frame graphic or as a movie clip? It must
be the latter in order to be controlled. Assign a label to every frame
that has a sound in it. Also have a stop action with (or after) every
sound, so only one sound plays at a time. Drag this movie clip onto the
stage (it needs no graphic). make sure it's always present (give it its own
layer). Double-click it and give it the instance name "sounds." Button
action syntax will be:

On MouseEvent(release)
TellTarget
/sounds
GoTo and Play
Frame Label: [insert one of the labels for a sound frame]
End TellTarget
End MouseEvent


Marc Hoffman
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
marcatdartfrogmedia [dot] com (mailto:marcatdartfrogmedia [dot] com)
View my Flash3 work: <http://www.jps.net/dartfrog/sampler>.
Play a virtual marimba: <www.dartfrogmedia.com>.
Read about Flash: <http://www.jps.net/dartfrog/sampler/flashinf>

------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratshocker [dot] com. Problems to: owneratshocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-manageratshocker [dot] com


Replies
  Re: FLASH: sound in symbols/movie, christian

Replies
  FLASH: sound in symbols/movie, christian

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