I have a looped animation of lines that are supposed to appear like interference. When the rollover event occurs on a menu option button the scene stores the position of each line at that instant in to a variable. Then a goto jumps to the next scene where the lines need to tween from the position stored in each variable to a fixed point just below the menu option.
When I try to set the _x property of each line, in the first keyframe, to the value in the variable it sets it in every frame of the tween rather than just initially. The current effect is the lines suddenly jump at the last keyframe of the tween to the position under the menu option rather than tweening smoothly.
HELP!
When I try to set the _x property of each line, in the first keyframe, to the value in the variable it sets it in every frame of the tween rather than just initially. The current effect is the lines suddenly jump at the last keyframe of the tween to the position under the menu option rather than tweening smoothly.
HELP!