bael
05-14-2004, 09:51 AM
I am in frame 75 of a timeline and have a layer called "code".
I'm trying to modify a mc in layer Symbol 1 (left default after creation) - Symbol 5.
The Symbols already exist in their appropriate layers and they are all tweened.
4 of the symbols are alpha 0 and tween down from alpha 100
The 5th symbol I put there and modified the size so that it would zoom.
What I want to do is have a function that I can pass a variable that will tell it what mc I am dealing with to zoom in on and then modify that mc xsize and alpha to 100. Then have all the other mc's alpha at 0 and leave the xsize at what it already is.
I'm hoping that by being able to pass this in the code that the tweens will automatically update as need be as well.
Any insight?
I've been trying to search and haven't had much luck and also have tried some code myself for at least just the alpha changing part and that doesn't appear to work.
I'm trying to modify a mc in layer Symbol 1 (left default after creation) - Symbol 5.
The Symbols already exist in their appropriate layers and they are all tweened.
4 of the symbols are alpha 0 and tween down from alpha 100
The 5th symbol I put there and modified the size so that it would zoom.
What I want to do is have a function that I can pass a variable that will tell it what mc I am dealing with to zoom in on and then modify that mc xsize and alpha to 100. Then have all the other mc's alpha at 0 and leave the xsize at what it already is.
I'm hoping that by being able to pass this in the code that the tweens will automatically update as need be as well.
Any insight?
I've been trying to search and haven't had much luck and also have tried some code myself for at least just the alpha changing part and that doesn't appear to work.