igalencar's Recent Forum Activity

  • ok i see but there is a small pop up asking if it whant to install and my exports do not do that.

    I need that my project could be instaled on devices like pwa games.

    here is a good example:

    https://www.towergame.app/

  • This is a good example:

    https://www.towergame.app/

  • It is possible to add a construct game to mobile home screen?

    PWA syle

  • that workedperfectly

  • I have a game that a boss has severals shield parts, so i need to destroy a specific shield, but they are all on a container, so when i destroy it all the container objects get destroyed, is there a way to destroy a specific container obj?

  • My game is using spriter for the characters, but i cannot export the char .. since spriter does not have anymore the export spritesheet.

    Now it only has the texturepack option.

  • You already have Areas family. To start using it you need to move all variables from sprites to the family level. Check out this tutorial:

    https://www.construct.net/en/tutorials/upgrade-object-family-319

    But it may be even easier just to use one sprite Area with 9 instances. (delete all other area sprites).

    I meant for the percentages

  • (0.02/100) is not 2%, that's 0.02%. So if the isolation is 40-50, you are adding only 0.02%, but if the isolation is 10-10, you are adding 3.02%, which is 150 times more! Maybe that's why you are seeing such a big difference in numbers sometimes.

    Other than that I think your formulas are working correctly.

    But your code is extremely inefficient. Are you planning to duplicate events 23-57 for other 8 areas? This is a terribly wrong approach, don't do this!!

    Use a single sprite object for all 9 areas (make 9 instances of it). Or add all 9 areas into a family. Use the family in all events and you will be able to optimize your code by 80-90%!

    Can you give me a example of the code?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Which of these variables are absolute values, and which are relative (percentages)? What is the value of infection_rate?

    all of them are absolute numbers, the only percentages are infection_rate and recovery rate.

    as i mentioned on the expression i also put a 0.02 value simulating a 2% for areas with isolation below 50.

    Isolation are values from 0 to 100

  • if you are updating those variables every tick, then that will be happening 60 times a second.

    Your math looks fine, so it is probably running more times than you expect. We would have to see your code to be able to help more.

    is not for every tick this heapens on a buton click that i run the logic as a function

igalencar's avatar

igalencar

Early Adopter

Member since 24 Apr, 2014

Twitter
igalencar has 1 followers

Trophy Case

  • 10-Year Club
  • RTFM Read the fabulous manual
  • Email Verified

Progress

12/44
How to earn trophies