Set a sprite's hitbox to a rectangle

basically I am trying to make a sprite respond to when I am [clicked V] when wherever in the costume is clicked, even if transparent pixels are clicked, for a text costume. Help appreciated. also I really don't want to use the when < or when <> :: condition blocks because it will slow the project down, of course.

You can make the background of the costume white, or whatever the transparent pixels are going to be wherever the sprite is going to be.

But if that doesn't work, you could get the width and height of the costume, generate a new costume of that size, give it to a clone, anchor that clone to the original sprite, set the clone's ghost effect to 100 so it's invisible, and make it tell the original sprite to do something when it's clicked.

thanks. because of that I am almost done with the hyperlink thing.