Hi all -
I am working with Flash and actionscript, and I know that there must be a way to make this happen, but I'm a bit stuck.
Here is the work in progress so far: http://www.jessweiss.com/pt/index.html
I am talking about the movie called books1, at the top of the page, with the steaming coffee cup.
This movie is several layers.
What I want to do is add an additional movie clip, which will only play one time, while the rest of the movie keeps repeating. All I have been able to accomplish is getting it to play once, but it resets and replays each time the larger, existing movie plays.
I've tried lots of different code, but none if it seems to be working.
I keep reading something about inserting actionscript into the movie clip using something along this line:
for (var i:Number=0; i<1; i++)
{; stop()};
or along this line:
if (count<1 {count++; gotoandPlay(1);}
else {stop();}
But, it doesn't keep it from resetting when the larger movie resets - it just keeps it at stop for that one play of the larger movie.
So, what am I missing here? TIA!
__________________
"If you worried about falling off the bike, you'd never get on it" - Lance Armstrong
"The problem with people who have no vices is that generally you can be pretty sure they're going to have some pretty annoying virtues." - Elizabeth Taylor
|