CherieHere
Programmer
Been up all night working on my first flash - a slide show with fades between each photo - I actually put each one on the time line and then set the alpha - God there must be a better way - and I was hoping for much more complex transitions (like Premiere)....
Anyway, I finally got it running through all the photos and I want the user to be able to click on it and have it stop. And then click on it again and have it play.....
In the main timeline I have stuff like music/actions/images/background
I built the entire video by double-clicking the first symbol (first photo)
I did click on that same item and set the properties to Movie Clip/mc
Then I added the following code:
on (press) {
stop ();
}
and it just doesn't stop. At one point I had the following code:
on (press) {
mc.stop;
}
and that didn't work either.
I have attached a link to the files if someone had the time to take a look at it. I feel so close and yet so far.
And... if anyone has a better way of adding photos with cooler transtions -please share.
Cherie
Anyway, I finally got it running through all the photos and I want the user to be able to click on it and have it stop. And then click on it again and have it play.....
In the main timeline I have stuff like music/actions/images/background
I built the entire video by double-clicking the first symbol (first photo)
I did click on that same item and set the properties to Movie Clip/mc
Then I added the following code:
on (press) {
stop ();
}
and it just doesn't stop. At one point I had the following code:
on (press) {
mc.stop;
}
and that didn't work either.
I have attached a link to the files if someone had the time to take a look at it. I feel so close and yet so far.
And... if anyone has a better way of adding photos with cooler transtions -please share.
Cherie