Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Changing path in movie explorer 1

Status
Not open for further replies.

Metacomet

Technical User
Nov 19, 2002
79
MX
Hi there, heres another one,

I have a gallery that I made myself and Im calling the images from /image directory to the flash movie, now , I would like to rename all by the name of "images" and change it to "imagescc" the problem is that I don't want to change one by one of the flash actions in my movie to redirect the path to it, I wonder if there's a way to change them massively, like in the notepad of windows "rename all" but this time in the movie explorer.

I hope to be clear with this, if not, gimme your questions.

Ah, by the way.... IS UUUUUURGENT!


THANKS


GILL
 
Yeah, but that's for the script of ONE SYMBOL, I want to change the same word at the same time in the whole symbols scripting.

This is what I have in the movie explorer...

Scene 1
actions for Symbol 3
on (release) {
gotoAndPlay(25);
place = "imagescc/1";
}
actions for Symbol 3
on (release) {
gotoAndPlay(25);
place = "imagescc/2";
}
actions for Symbol 3
on (release) {
gotoAndPlay(25);
place = "imagescc/3";
}
actions for Symbol 3
on (release) {
gotoAndPlay(25);
place = "imagescc/4";
}
actions for Symbol 3
on (release) {
gotoAndPlay(25);
place = "imagescc/5";
}
actions for Symbol 3
on (release) {
gotoAndPlay(25);
place = "imagescc/6";
}
actions for Symbol 3
on (release) {
gotoAndPlay(25);
place = "imagescc/7";
}
actions for Symbol 3
on (release) {
gotoAndPlay(25);
place = "imagescc/1";
}
actions for Symbol 3
on (release) {
gotoAndPlay(25);
place = "imagescc/2";
}
actions for Symbol 3
on (release) {
gotoAndPlay(25);
place = "imagescc/3";
}
actions for Symbol 3
on (release) {
gotoAndPlay(25);
place = "imagescc/4";
}
actions for Symbol 3
on (release) {
gotoAndPlay(25);
place = "imagescc/5";
}
actions for frame 24
loadMovie("imagescc/1.jpg", "1");
loadMovie("imagescc/2.jpg", "2");
loadMovie("imagescc/3.jpg", "3");
loadMovie("imagescc/4.jpg", "4");
loadMovie("imagescc/5.jpg", "5");
loadMovie("imagescc/6.jpg", "6");
loadMovie("imagescc/7.jpg", "7");
loadMovie("imagescc/8.jpg", "8");
loadMovie("imagescc/9.jpg", "9");
loadMovie("imagescc/10.jpg", "10");
loadMovie("imagescc/11.jpg", "11");
loadMovie("imagescc/12.jpg", "12");
actions for frame 41
loadMovie("imagescc/1.jpg", "1");
loadMovie("imagescc/2.jpg", "2");
loadMovie("imagescc/3.jpg", "3");
loadMovie("imagescc/4.jpg", "4");
loadMovie("imagescc/5.jpg", "5");
loadMovie("imagescc/6.jpg", "6");
loadMovie("imagescc/7.jpg", "7");
loadMovie("imagescc/8.jpg", "8");
loadMovie("imagescc/9.jpg", "9");
loadMovie("imagescc/10.jpg", "10");
loadMovie("imagescc/11.jpg", "11");
loadMovie("imagescc/12.jpg", "12");
Symbol Definition(s)
panimar
actions for Symbol 3
on (release) {
gotoAndPlay(4);
place = "imagescc/1";
}
actions for Symbol 3
on (release) {
gotoAndPlay(4);
place = "imagescc/2";
}
actions for Symbol 3
on (release) {
gotoAndPlay(4);
place = "imagescc/3";
}
actions for Symbol 3
on (release) {
gotoAndPlay(4);
place = "imagescc/4";
}
actions for Symbol 3
on (release) {
gotoAndPlay(4);
place = "imagescc/5";
}
actions for Symbol 3
on (release) {
gotoAndPlay(4);
place = "imagescc/6";
}
actions for Symbol 3
on (release) {
gotoAndPlay(4);
place = "imagescc/7";
}
actions for Symbol 3
on (release) {
gotoAndPlay(4);
place = "imagescc/1";
}
actions for Symbol 3
on (release) {
gotoAndPlay(4);
place = "imagescc2";
}
actions for Symbol 3
on (release) {
gotoAndPlay(4);
place = "imagescc/3";
}
actions for Symbol 3
on (release) {
gotoAndPlay(4);
place = "imagescc/4";
}
actions for Symbol 3
on (release) {
gotoAndPlay(4);
place = "imagescc/5";



_______________________________________________-





I WANT TO CHANGE THE PATH "imagescc" for "images" but for all of them at the same time... HOW DO I DO THIS__??? REMEMBER, THIS IS THE MOVIE EXPLORER NOT THE ACTIONS WINDOW, IN THE ACTIONS WINDOW YOU CAN ONLY CHANGE THE SCRIPT FOR ONE SYMBOL.



 
You can Find and Replace all of your scripts in one go - in Flash 8. I'm not sure if that is true for your version of Flash.

(Looking at your script, I have a feeling you can actually combine all of them in one script. I know that's not the answer you're looking for, but it's a good practice because it'll make your life a lot easier in a situation like this!)

Kenneth Kawamoto
 
I have Flash 8, just tell me where please. And about the script, well, yes, im sure It could be a simple line, but Im not a programmer I dont know how to do it. :)
 
Edit > Find and Replace

Make sure you get "big" Find and Replace window open. There are two types of Find and Replace window, the small one (may be the one you saw) will not let you change the text across the movie.

Kenneth Kawamoto
 
THANKS, THIS WAS REALLY HELPFUL, DIDNT KNOW ABOUT THIS FUNCTION IN FLASH 8, THIS WILL MAKE IT FAST!

G
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top