Цитата AlexanderBekker (
)
Тогда вот так:
Код
button1 = instance_create(x, y, objButton);
button1.action = 0;
button2 = instance_create(x, y, objButton);
button2.action = 1;
button3 = instance_create(x, y, objButton);
button3.action = 2;
Цитата AlexanderBekker (
)
Тогда вот так:
Код
button1 = instance_create(x, y, objButton);
button1.action = 0;
button2 = instance_create(x, y, objButton);
button2.action = 1;
button3 = instance_create(x, y, objButton);
button3.action = 2;
А как сделать чтоб они пропадали когда игрок отойдёт?