I gave your sprite an instance boolean variable called growing. Set growing to true when width is 80px or below, and set growing to false when it's 90px or above.
Every tick, if growing is true, increase size. If it's false, decrease size.
Updated capx.