Groups | Blog | Home
all groups > flash (macromedia) > july 2005 >

flash (macromedia) : help me, I'm new!



Kirstin Krutsch
7/11/2005 10:28:52 PM
Hello, can u help?

I modified an actionscript, the matrix numbers one, and now I need to animate
some images
over the top of this script, so that the actionscripted animation will be the
background. The script
is located in the first three frames of my flash file, I then tried to import
my other animation (swf) as a movie clip and place
it on a layer above the script, but the scripted animation is still playing
over the other one, how can I get this scripted
animation to play in the backgrond????

Thanks! to anyone who can help 'lil ol' me!
icleric
7/12/2005 12:00:00 AM
select the frame and put this code

mcname.onEnterFrame=function(){
this.swapDepths(_root.getNextHighestDepth());
icleric
7/12/2005 12:25:38 AM
give your movie clip a higher depth, the following AS will give your mc the highest available depth

Kirstin Krutsch
7/12/2005 1:25:36 AM
I am VERY new to this, I tried to put the script in my mc that is located on the layer above
AddThis Social Bookmark Button