create wave(s)
public function frame(event:
Event
) { value = center + Math.sin(angle) * range; angle += speed; }