if (image_xscale < 2)
image_xscale += xspeed;
if (shimmy == 1)
{
depth = 5;
siner += 1;
x += (sin(siner / 9) * 1);
y += (cos(siner / 7) * 0.5);
}