Problem is in the subject. I don't know if it actually disappears or just somehow changes it's position, but maybe someone knows why it happens?
Here's my simple function:
Code: ags
Here's my simple function:
function book1_OnClick(GUIControl *control, MouseButton button)
{
if(book1.NormalGraphic == 0)
book1.NormalGraphic = 128;
else
book1.NormalGraphic = 0;
}