clickable_delete

Removes a clickable icon from the window.

Syntax:

clickable_delete(index);


Argument Description
index Index of the clickable icon to remove.


Returns: N/A


Description

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


Example:

clickable_delete(global.Help_Icon);

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


Back: HTML5
Next: url_open
© Copyright YoYo Games Ltd. 2018 All Rights Reserved