ID:158030
 
How would one make it to where they could make an interface at the beginning of their game, sort've like Bleach: Las Noches does? (This refers to the picture of ichigo needing to be clicked before going into the actual game HUD.)
Very simple. You should look up Click() and DblClick() if you're not very familiar with it.

turf
Title_Screen
icon = 'TitleScreen.png'//replace with your title screen's file
Click()
//do stuff here