imhotep22's Recent Forum Activity

  • You can divide it by 10 and then save it as integer to get the first digit(10). Then you can divide it again by 10 using modulo division to get the second digit(6). If the number is bigger then you can increase the division to get the other digits to 100, 1000, 10000 etc.

  • You can add the Persist behavior to the enemies.

  • Add the storage plugin to your game( its already in c2 you don't have to download anything).

    Then when the players presses the button to save the game add 2 extra actions, one toggle the Boolean from false to true, or if its an number toggle it from 0 to 1, then as another action select the local storage -> set item, add a key and the variable you wish to save.

    When all of this is done, on layout load check storage item for item(key) exits if the key exits then move the load button where ever you want it.

    Here how I did it on my game Confusion which you can find on the arcade

    https://s18.postimg.org/leeze1cft/Screenshot_8.jpg

  • You can keep a Boolean variable to see if there is a load state or not, but then again the value of the Boolean has to be kept in local storage because how else you will know if there is a load state or not( if you close the game Boolean resets to default value).

  • If you are using local storage to keep the saves, on start on layout you can add a sub event that checks if a key exist in storage, if it does not reposition the load button somewhere out of the canvas like -200,-200.

  • You can group the enemies with an instance variable same goes for players. Lets say you have 3 players and 15 enemies, you can set the first player and 5 enemies with an instance variable one, and in the event sheet where you call the event add one more condition player id == 0 && enemies id == 1, and for the second group add another event with those ID's set to 1.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Draw calls: how long it took the CPU to issue rendering calls, not including the time for the GPU to complete them. In some cases, rendering calls can be quite CPU intensive, especially when very large numbers of objects are on-screen. Some browsers also forward all draw calls to another thread to be processed in parallel, in which case the Draw calls measurement will likely be an underestimate.

    Engine: the remaining time spent in the Construct 2 engine, which is the overall estimated CPU with the events, physics and draw calls times subtracted away. This includes processing behaviors and other engine housekeeping.

  • https://s12.postimg.org/m6wrzcxml/Screenshot_8.jpg

    I used that in one my older games, worked really good, and if like 2 enemies are overlapping the damage is doubled.

  • Well if you keep the score in a global variable, you can add a text into the new layout and set the text to the global variable in the event system, nametext -> set text -> global variable. You will need to make sure to save the text first then reset the variable to 0 so player can start again, and if you like to keep the text forever even if the players closes the game you will have to save it into local storage or in an array as Json.

  • Upload the image on website's like tinypic, and post the url on the forum.

  • Thanks for the feedback, I don't think its negative at all.

    About the rock texture I can change it to lava, but that would be the same thing, you would still die if you touch it. About the tutorial I might divide it into smaller ones that show up on every level when there is a new thing ( That will be on my future upgrade list).

    I am now looking for bugs and trying to fix them as soon as possible, when that is fixed all divide the tutorial.

  • My first game in Scirra arcade. The game is top down puzzle, you have to navigate the player using a left click mouse button. The grass is safe to walk if you touch the rocks you will die. They are also numerous other obstacles you have to avoid.

    The game is currently available on Scirra and Kongregate only and for PC . The game will be published on other gaming sites very soon. And in the future i am planning a mobile version.

    If you enjoyed the game, you can fallow me on facebook and twitter where i will post my updates and news about the games i am developing.

    http://www.facebook.com/MalosGS

    https://twitter.com/MalosGS

    link to the game

    https://www.scirra.com/arcade/puzzle-games/confusion-18913 Scirra

    http://www.kongregate.com/games/imhotep22/confusion Kongregate

    I am open to all suggestions, and all feedback is appreciated, I hope you enjoy the game.

imhotep22's avatar

imhotep22

Member since 18 May, 2017

None one is following imhotep22 yet!

Connect with imhotep22

Trophy Case

  • 7-Year Club
  • Coach One of your tutorials has over 1,000 readers
  • Email Verified

Progress

9/44
How to earn trophies