maximojo's Forum Posts

  • Congrats on your launch. BTW where did you make the graphics?

    Thank you! I used Procreate, Sketch and After Effects for everything.

  • Hey Everyone 👋 Super excited to launch a passion game that I've been working on for the last few months in quarantine. The game combines two of my favorite things, endless runner and boba milk tea. This game was possible by the many many helpful forum posts and Construct support team!

    This is just an MVP. Upcoming features include new maps, unlockable characters, and a story mode. Please search "Boba Run" in the iOS App Store and give it a try! Unfortunately, I couldn't get android version to work ... but hopeful to release it soon.

    apps.apple.com/us/app/boba-run-its-boba-time/id1508951816

    Subscribe to Construct videos now

    Tagged:

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • To solve 1, you can make them all move at the same speed as you increase level, you can use Pick all instances condition to make sure that older ones are adopting the new increase. For 2 isn't that just your own timing? You mean 4 obstacles in a row? Make them spawn more slowly if the issue is that they spawn too fast.

    Could you explain this more? I'm confused to how exactly should set that up. At score=6400 that's when the speed changes and it looks pretty janky. Here's my c3p

    drive.google.com/file/d/1BRrYFJnJpeo77pNa-LfLBORp8WVr7e04/view

    For the second question, I guess this is what I'm trying to do but don't know how.

  • Hi all, I'm making an endless runner where the character has to jump to dodge obstacles.

    Right now, the level and speed are determined by the score. Two big problems usually occur:

    1) Sometimes old obstacle is moving at X speed then the new lvl kicks in and the new obstacle moves at X+1 speed and bypasses the old obstacles on screen. Should I be using bullet behavior for my obstacles instead of moving it by doing X - 1?

    2) The spawn event is janky and sometimes 4 obstacles will spawn between levels, making it impossible to jump. How do I have more control over what is spawn instead of doing random?