double width = glyphs.getLogicalBounds().getWidth() / 2.0;
double center = position_.getX() + width;
double scale = 2.0;
frame = movie.appendFrame();
instance = frame.placeSymbol(shape, new Transform(), new AlphaTransform());
alterFrame(frame, instance, center - width * scale, position_.getY(), scale, 0.5, 0.025);
for (int i = speed; i <= 40; i += speed)
{
frame = movie.appendFrame();