What I am doing is desgining a map that you can zoom into and pan around. I have done this with out any problem. My map is a movieclip in the main movie which you can move with mousedowns. And zoom...
http://www.experts-exchange.com/Software/Photos_Graphics/Web_Graphics/Macromedia_Flash/Q_2...
Zones:
Adobe FlashDate Answered: 03/11/2003 Rating: 8.0 Views: 0
I have created a website with two stages. The first stage is my introduction, and the end of the timeline the scripts tell it to go to the second scene.
On my second scene after a few animations...
http://www.experts-exchange.com/Software/Photos_Graphics/Web_Graphics/Macromedia_Flash/Q_2...
Zones:
Adobe FlashDate Answered: 01/23/2004 Rating: 6.2 Views: 0
I have a program with a movieClip on the stage in frame 1. That movieClip has several functions in it. I note that if the main program tries to call the functions in the movieClip during it's own f...
http://www.experts-exchange.com/Software/Photos_Graphics/Web_Graphics/Macromedia_Flash/Q_2...
Zones:
Adobe FlashDate Answered: 03/16/2006 Rating: 9.0 Views: 0
If I have in root a movieclip with name "MC" how can I move this "MC"? The follow script which I use does'n work. Why?
For (var i=0; i<=100; i++){
MC._x=i;
}
http://www.experts-exchange.com/Software/Photos_Graphics/Web_Graphics/Macromedia_Flash/Q_2...
Zones:
Adobe FlashDate Answered: 08/08/2004 Rating: 6.6 Views: 0
Hi,
I'm trying out a flash theme change movie where images for each theme are stored in different folders "grafik1", "grafik2" etc. but have same names :
I would like to change theme by chang...
http://www.experts-exchange.com/Software/Photos_Graphics/Web_Graphics/Macromedia_Flash/Q_2...
Zones:
Adobe FlashDate Answered: 11/28/2002 Rating: 7.2 Views: 0
I have the following Actionscript on a layer to control the visibility of a graphic in a Movie:
x=0;
if (x=1) {
mymovie._visible = true;
} else {
mymovie._visible = false;
}
Wh...
http://www.experts-exchange.com/Software/Photos_Graphics/Web_Graphics/Macromedia_Flash/Q_2...
Zones:
Adobe FlashDate Answered: 02/14/2003 Rating: 9.4 Views: 0
hi,
is there a way to stop all movieclip which is playing on the stage?
I want it to stop playing the movieclip from mc1 up to mc3.
_root.mc1.stop()
_root.mc1.mc2.stop()
_root.mc1.mc2.mc...
http://www.experts-exchange.com/Software/Photos_Graphics/Web_Graphics/Macromedia_Flash/Q_2...
Zones:
Adobe FlashDate Answered: 05/16/2003 Rating: 9.4 Views: 0
Hello All,
*** USING FLASH 5 ***
I'm trying to create a dynamic array of MovieClip (they are really images) objects so that i can swap them in a "holder" movieclip. The images are served up t...
http://www.experts-exchange.com/Software/Photos_Graphics/Web_Graphics/Macromedia_Flash/Q_2...
Zones:
Adobe FlashDate Answered: 07/10/2003 Rating: 9.6 Views: 0
I am searching through this database because I have problems with the visibility of movieclips throughout my fla-file with multiple frames.
Now I've read that a movieclip has no level: does this...
http://www.experts-exchange.com/Software/Photos_Graphics/Web_Graphics/Macromedia_Flash/Q_2...
Zones:
Adobe FlashDate Answered: 11/06/2003 Rating: 9.6 Views: 23
For a slideshow, I have several hundred Movieclips. Initially, all of their alpha levels are set to zero. When the forward arrow is clicked, I need the next in a line of numbered clips to have its ...
http://www.experts-exchange.com/Software/Photos_Graphics/Web_Graphics/Macromedia_Flash/Q_2...
Zones:
Adobe FlashDate Answered: 03/10/2004 Rating: 7.8 Views: 0