GorumGamer's Forum Posts

  • 7 posts
  • Thanks guys

  • Hey, I was wondering if you guys could point me in the direction of creating a power meter that fluxuates, as in, a little "cursor" goes up and down on the power meter and depending on when i press the activate button, the cursor stops, and the meter logs the value associated with that area on the meter. I would like to make a simple little game and that would be the perfect system to build it on. Thanks!

  • Hello, my name is Gorum. I feel this may be the correct place to post this. I currently am making a basic keyboard-sharing multiplayer platformer-shooter. I have 2 players, with the "platformer" behavior on them. I have set custom controls, however, I am unable to beat this EVIL bug. Currently, the only control that will work on the player that has custom controls set up, is "jump" it will not move left, nor right, However, the default controller does work.

    I have tried:

    Switching controls

    moving my players up and down

    switching the objects with the custom controls.

    and I have turned it off and on again.

    Thanks!

  • Quick question here: I wanted to know what resolution is the given art in? (8bit, 16bit, 32bit) just wondering so that I know what art style to pair it with. Thanks!

  • and one more question, how would i stop my random events from occurring? I figure i will try the same thing that worked with the food.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • so have a global variable saying: playerInEvent = 0

    Encounter2

    set playerInEvent = 1

    then in my subtraction event, would I use it as a condition so like

    Every 1.0 Second(s), playerInEvent = 0

    subtract 10 food

    subtract 10 water

    Like that, right?

  • Hey guys! I am currently working on a game were you have food and water, you lost 10 every second, these are Global Variables. I also have a random event system- every 10-30 seconds, a random event will occur. unfortunatley, you still lose food and water while the event happens (Like getting involved in a battle), so once you finish battling someone, you have 200 food but when the battle started you had 600. Any help? Thanks!

  • 7 posts