Content tagged platform

Report Tag

140 usages of this tag
  • 13 replies
  • 602 views
This content is deleted
Forum Topic
How to make tiles Jump Thru?
0 favourites

So this seems to be a very basic question & I know that you can set the tiles Jump thru by just adding Jump Thru behavior to it. I did the same wherein I create...

  • 2 replies
  • 278 views
This content is deleted
Forum Topic
How do I Multiplayer Goomba Behavior?
0 favourites

Howdy, I'm working on a multiplayer game, where I need a goomba behavior where players can stomp on each other to stun their opponent. I'm calling this action v...

  • 1 replies
  • 239 views
This content is deleted
Forum Topic
How do I design more advanced one-way platforms?
0 favourites

I had to stop using the Jump-Thru behavior for my one-way platforms because I wanted the ability to angle my one-ways in 4 directions. So I did that, and progra...

posted 2 years ago
  • 1 replies
  • 274 views

I am making a (very complicated) system of pinned sprites all segmented together. When they loop around, the outlines drawn on their sprites cut off and need wi...

posted 2 years ago
  • 8 replies
  • 418 views
This content is deleted
Forum Topic
Error saving game state when platforms are around
0 favourites

Sometimes, when I try to use the built in Save function (for checkpoints to load on death), I get the following error: Uncaught (in promise) TypeError: This._wa...

  • 12 replies
  • 573 views
This content is deleted
Forum Topic
How do I procedural ( cut my scenes into several parts) ?
0 favourites

I want to create a procedural map with distance calculation (for best records). I have 10 levels, I would like to cut them. And have the 11th level randomly rep...

  • 0 replies
  • 101 views
0 favourites

If someone could send a demo on how to go about it? Thank you in advance.

  • 3 replies
  • 322 views
This content is deleted
Forum Topic
Jump Buffering for a Platform game.
0 favourites

Does anyone know how to create a reliable "jump buffering" for a platform game?

posted 1 years ago
  • 0 replies
  • 251 views
This content is deleted
Forum Topic
Can I play my game in Android 12?
0 favourites

I made a game used Construct 2 previously (July 2020), I choose Android 5 as minimal OS (exported with cordova). But it can't run in Android 11 or above. If I r...

  • 6 replies
  • 504 views
This content is deleted
Forum Topic
How do I create a moving platform in a top-down game?
0 favourites

I am making a top-down game where the player uses the 8-direction behaviour (it's actually a pseudo-3D game, but it works just like a top-down). I am trying to...