clickable_delete


Description

This function must be used to remove a clickable icon previously created with clickable_add from the game window.


Syntax:

clickable_delete(index);

Argument Description
index Index of the clickable icon to remove.


Returns:

N/A


Example:

clickable_delete(global.Help_Icon);

The above code removes the clickable icon indexed in the global variable "Help_Icon" from the game window.