dynastyjp
October 6th, 2003, 06:41 AM
For some odd reason my buttons aren't working..and I can't figure it out. Can someone please take a look at this .fla. my client needs his site up for tommorow morning at around 11 am...been up all night and..I just can't think anymore...thanks.
(mx)
on(release) {
root.content.loadMovie("artist.swf");
if (fadeOut01==1) {
_root.myLoop.setVolume(myLoopVolume);
myLoopVolume=myLoopVolume-5;
if (myLoopVolume<5) {
_root.myLoop.stop("intro");
fadeOut01=0;
}
}
}
The movie clip is correct..checked that..made sure the clip was on top of everything..just dont know..thought it was my sound script..but I took it off and still no dice.
(mx)
on(release) {
root.content.loadMovie("artist.swf");
if (fadeOut01==1) {
_root.myLoop.setVolume(myLoopVolume);
myLoopVolume=myLoopVolume-5;
if (myLoopVolume<5) {
_root.myLoop.stop("intro");
fadeOut01=0;
}
}
}
The movie clip is correct..checked that..made sure the clip was on top of everything..just dont know..thought it was my sound script..but I took it off and still no dice.