hi,
I am creating a dialog selection on the game , what is the best strategy with respect to memory consumption and performance in construct2 if i want a new dialog display over my layout like a popup dialog.
a) Should i create a new layout for dialog and then call it somehow on my main layout and then display it with small width and height to show as a popup??
b) Should i create a dialog using images with small width and height to adjust on the same main layout and hide it till i require it?
Regards