You could do it like this:
Give the sprite an instance variable SizeFacto
sprite on created
sprite set SizeFactor : choose(4,5,6,7,8)
sprite set width : 50*sprite.SizeFactor
sprite set height: 50*sprite.SizeFactor
that way the size will be 200,250,300,350 or 400px