Great, I love the handmade drawing.
yokun51
Recent community posts
function Test() constructor { self.three = 0; self.four = 0; return self.three + self.four; } var _show_message:Test; _show_message.( It doesnt show three and four for the intellisense )
Why in any events of an Object, "_show_message." doesn't give me three and four in the intellisense?
It work in Scripts but not in Objects.
Is this a bug or am I using it incorrectly? If I do the same thing with a structure instead of a constructor, it works.
Thank you.
Hello, in my project I draw sprites and texts (eg: draw_text). I would like to know if with xtend, I can make sure that my sprites and my texts always draw the same size, no matter the size of the screen, whether I am on android or on windows. If so, how can I do this. I tried to configure xtend in aspect mode, but it draws my drawings smaller or larger when the screen size changes or when I am in landscape mode. (I draw them in size of pixel) Thank you for your reply