PDA

View Full Version : Initializing Movie


bahrami
02-20-2001, 01:57 PM
Before I go on with my question. I just want to say that this forum is a really good one. It's very easy to use. And I'm telling U I've used other forums like this. But this one has a good fresh look. NOw on with my Q.

I've used your "Initializing Movie tutorial", and it workes good.
But I want to load my movies on the same level, so they can replace eachother. How do I do that.
what I have done:
I loaded 3 movies (:level1:with emptey keyframes in the first frame one of all three) into my main movie. In the main movie I have 3 buttons that calls the hidden movies on level 1. Then what I want to know is: what action(path) am I have to insert in the buttons. so that if I press button1, movie 1 must play. and if I press button2. I want movie2 to replace movie1.

bahrami
02-20-2001, 06:16 PM
try this one
Why doesn't this path work
on (release) {
tellTarget ("_level1:mymovie.swf") {
gotoAndPlay (2);
}
}

bahrami
02-20-2001, 08:03 PM
I found out what I was looking 4. All it needed was some thinking.