Question
Layers: "bring to front"
I have a wipe transition of a photo, and underneath that,
another photo. So that when the MC is run, what the viewer sees is
the underlying scene photo progressively (but quickly) being wiped
over by the gradual revelation of a another pict.
Now I want to programmatically move the underlying ("wiped over") layer to the top.
The underlying scene photo occupies the lower layer. I've tried turning the wipe collection of mask and photo for one layer into one symbol, and the other pict scene into another symbol. But for the life of me I don't understand how the code for each goes into the layer tree. Or whether scoping out the symbols as I've postulated is even the right way to proceed.
Thanks for any help.
The board doesn't allow for the ability to post the (f-) file, so there's no way I can ask if anyone can show me how to weave the code into the Timeline area.
Also I'd like to direct the program to bring the lower layer to the top under certain conditions. There are no examples anywhere for how to programmatically do this for CS4. There was a CS3 way to do like this (this is a mouse rollover sample):
on(rollOver)
{
this.swapDepths(1000);
this._x = 100;
this._y = 100;
}
...but in CS4 they've turned this simple directive into something out of the space program. I'm not enthusiastic about buying this software if Adobe makes what's already a very difficult-to-learn API absolutely _unusable_ by failing to provide examples for just about anything.
I really dislike Flash.
Now I want to programmatically move the underlying ("wiped over") layer to the top.
The underlying scene photo occupies the lower layer. I've tried turning the wipe collection of mask and photo for one layer into one symbol, and the other pict scene into another symbol. But for the life of me I don't understand how the code for each goes into the layer tree. Or whether scoping out the symbols as I've postulated is even the right way to proceed.
Thanks for any help.
The board doesn't allow for the ability to post the (f-) file, so there's no way I can ask if anyone can show me how to weave the code into the Timeline area.
Also I'd like to direct the program to bring the lower layer to the top under certain conditions. There are no examples anywhere for how to programmatically do this for CS4. There was a CS3 way to do like this (this is a mouse rollover sample):
on(rollOver)
{
this.swapDepths(1000);
this._x = 100;
this._y = 100;
}
...but in CS4 they've turned this simple directive into something out of the space program. I'm not enthusiastic about buying this software if Adobe makes what's already a very difficult-to-learn API absolutely _unusable_ by failing to provide examples for just about anything.
I really dislike Flash.