Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

yokun51

4
Posts
1
Topics
2
Following
A member registered Dec 11, 2017

Recent community posts

(2 edits)
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.

I love it ! Great job !

Sorry if you already answered these questions, but did you give the solution for a speed of 1.25 and using a for loop in the tile_meeting function, doesn't that affect performance too much?

(1 edit)

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