i.e. `sprite.bounds.x = 0` ``` var bounds = sprite.bounds bounds.x = 0 sprite.bounds = bounds ``` works fine