Also you can add a sprite that you can make with paint and add a variable for start and make it one at start of layout
and then:
If sprite is overlapping mouse cursor:
Set start variable to 0
And change all of your "at start of layout" conditions to "if start > 1"
Do not forget to make all your title screen objects dissapear when
the variable egals 0
Note: also add mouse plugin