GML
s='Magiczny napis!'
xx=20
yy=15
draw_sprite(xx,yy,s)
if(mouse_x>xx and mouse_x<xx+string_width(s) and mouse_y>yy and mouse_y<yy+string_height(s) and mouse_check_button_pressed(mb_left))
{
show_message('Kliknięto!')
}
ZyperPL usuń ten post bo aż boli mnie głowa.