Hi
I have the following little movie:
http://www.160676.net/halloween03/
This is a movieclip with all the photos in sequence that has the following code attached to it:
onClipEvent (load) {
stop();
}
on (rollOut) {
stop();
}
on (rollOver) {
play();
}
What I wish to do is put a sound that plays each time I rollout. Can anyone assist me in doing this? As I said, I’m a bit of an actionscript novice. For a start I’m not even sure where to put my sound clip on the timeline…
Thanks
RB