lionz's Forum Posts

  • You can use scroll to while in touch. This thread has some example capx, I guess you replace the mouse click events with in touch.

  • *shrug. Seems fine, you could share the capx I guess.

  • Check if the collision box is around the red beam. Is the BlastDrone just the grey bit, is it all one object?

  • The easiest way to make roulette is create animations for each number and then when you start a spin, choose a random number and play the animation for that number. It's all graphics for roulette..

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You need to post a capx of the events, I can't see anyone finding a way to fix this from viewing a screenshot, especially as the events have now changed from the original image. When I set it up myself it was working fine.

  • Yeah, I'd probably have to take out the day/night divide and focus on the weather only. I was thinking night could be useful for stealth but that adds a whole new element to the game. Yeah it's not a farming game, a side-scrolling puzzle platformer, but not much in the way of jumping. One of the ideas I had was where you had to get a penguin across some volcanic lava area, so you have to wait for the snow to come, freeze the lava, then you wave some fish at the right time to signal for the penguin to cross. The downside to this would be the snow now freezes over some gaps so you have to wait for them to melt, and at the same time you need to get the penguin to a safe point in case it changes to wind and blows him away! That kind of insane puzzle idea.

  • 99Instances2Go Aye, in my mind it's fairly simple though I hope. Weather rotates every X seconds, you can practically wait for it to change, then everything just has a variable attached. More concerned about possible wind physics if I decide to include that, and also how much depth it should have. May have to stick to a strict number of gameplay hours. I'm imagining some promising ideas though, such as you plant a seed and wait, it rains and then it's sunny, you can watch it grow and collect it for in-game coins or something, but watch out for the snow cycle as it just kills all the plants so you will need to wait again. I'll probs start off very simple and then see if it expands into needing the inclusion of characters that want items and such, like quests, or if it's just a linear puzzle game. Second one is a lot simpler, kinda like Limbo where you just walk through the game. First ideas would have some adventuring, quests and would be a lot more detailed and it might not need that. I also thought of what would happen when you go between areas and maybe yes some puzzles would need you to cross a few rooms at once. A key gameplay idea is going to be how it affects the player too, I thought windy means he flies away and you 'die' so he has to be grabbing something, adds some urgency, or perhaps it doesn't affect the player at all and only things around you. So much balance will be needed!

  • Yes put everything that is not to be healed in its own family then.

  • That logic is still going to pick a healer, you've not moved it out of the family right? You've split up the individual demons but when you go to pick nearest you're picking the family again. You're picking the nearest demon to the healer which is the healer itself. Your logic was fine before, you should just remove the healer from the family.

  • I hope this idea hasn't been done before, let me know if you recognise it because I feel like it's probably been done.

    • Side-scrolling puzzle platformer (although there isn't much jumping involved)
    • Room-based
    • When stood idle in a room, time continues, switching between day/night affecting objects in the level
    • When time continues the weather conditions also change, so wind, snow, sun affects objects in the level
    • Time of day and weather also affect the player
    • Objective is to drag, use objects in a certain way during the right conditions

    i.e. snow is blocking you, you simply stand idle until it changes to sunny day and melts and lets you through.

    you can't move when it's windy. wait for rain to fill up a well that allows an item to float to the top and you can drag it.

    Maybe this has been done before?

  • Yeah they will likely be picking themselves and not moving then. Some other part of the logic could be broken but hard to tell. Just take the demon healers out of the Demons family and see if it works. They should only move to other demons then. If you need more help you might have to eventually share something, make a simple version that someone can look at.

  • The picking you're concerned about at the top seems fine unless DemonHealer is also in the Demons family, then it could be really broken. I don't know if in the game Healers look to heal other Healers or there are just generic Demons that are healed.

  • Well, I'm no magician

  • It doesn't hang as such, you just have it set to Stop when pushing, which is one frame. There's no push animation.

  • Ah yeah sorry I set the speed of the box to 1000 for a test, set it to 40 or something. It does bounce around a bit, can probs be fixed if I looked into it more.