As far as I can see I can't scale a 2d sprite
It's actually very easy to scale a sprite

SpriteWidth(yourSprite, size)
SpriteHeight(yourSprite, size)
Don't know how/if collision works with a scaled sprite - if it does, then cool - if not, it shouldn't be hard to manually check if you're just drawing a rectangle.