maordany's Forum Posts

  • Either I didn't understand how to use it or it's not what I want.

    It would be nice if there was something automatic like in Unity.

    Something that knows how to load information and remove information according to the distance from the player/camera.

    I figured out how to destroy an image from memory but to load it I need to know its location. I have hundreds of photos. Too bad there isn't something automatic.

  • I probably didn't search correctly. Really my mistake. Thank you! :-)

  • My game has a huge 100,000px X 100,000px map.

    Everything works great and runs very fast, the problem is the memory consumption because there are a lot of graphics.

    Is it possible to load only things that are around the player/camera and not the whole map? It's a shame to load places that the player may not reach at all.

    I want to load images into the memory and extract images from the memory according to the player's position.

    That way it will be much smarter in terms of memory consumption and performance. Is there such a possibility? Or should I switch to Unity?

  • I have JSON string and I want to read the information in it, how do I do that?

  • I have an idea for saving user data without the need for registration. what do you say?

    1. I create a number by date and time plus a random number to avoid the same number for each user.

    2. I keep the number as a high score in Google play service.

    3. I use this number as an ID for Firebase and save all the data on Firebase.

    4. I save and load information by this ID from Firebase.

    what do you say? Can it work?

  • Is it possible to get user email (play store) from an Android device?

  • gamedistribution.com ?

    Thanks!

  • Anyone know a game with a lot of downloads that is in the Android store?

    I would love to know as much as possible.

  • I have a title that changes to more than 200 options. I need something built-in :-)

    Thanks!

  • you can check this guy. codecanyon.net/user/vetx/portfolio

    he make the game with construct and looks like vodoo style

    I mean like this : https://www.voodoo.io/publishing

  • Can i create curve text in construct 3? Maybe there's an external plug to it?

  • I want to keep info about the game for each player on Android Like score, trophies, player position and enemies and much more information.

    I was thinking of using firebase but what other ways are there? And what are their limits?

  • All i seen is for unity.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Look at Layers bar and count them

    Lol, Of course I can do that but it changes all the time because I add things and I wanted it to be automatic and not change the number every time.

    There is no such thing as : Layers.count?

  • Set Interactive=Off on other layers.

    Thanks!!!