Forum Topics tagged platformer

Report Tag

207 forum topics with this tag
  • 3 replies
  • 301 views
0 favourites

I wanted to add double jump to my game, so, naturally, I used the native double jump feature for the platforming behavior, but I realized that if I just fall of...

  • 2 replies
  • 191 views
This content is deleted
Forum Topic
How Do I Make a "Ghost Trail" Effect?
0 favourites

So, for my platforming game, I want a dashing ability, and I want it to leave a "Ghost Trail" much like Celeste's dashing effect. How should I go about doing th...

posted 1 years ago
  • 0 replies
  • 269 views
This content is deleted
Forum Topic
topdown 2.5D
0 favourites

I am working on a topdown platformer similar to the RPG Mario games!

posted 1 years ago
  • 1 replies
  • 161 views
This content is deleted
Forum Topic
How do I make a stompable button?
0 favourites

So i'm making a platform game, and I want to make a button where if it is stomped on by the player, it gets triggered, but if just ran into,it doesn't trigger t...

posted 1 years ago
  • 3 replies
  • 371 views
This content is deleted
Forum Topic
How do I make a 2d platformer conveyor belt?
0 favourites

I have the idea of adding/subtracting to the x coordinates for it to work, but it may interfere with the movement of the player, how can I make a conveyor belt...

  • 1 replies
  • 362 views
This content is deleted
Forum Topic
How do I code a dog or bird to follow the player
0 favourites

I am making a wild west platformer and I want to give the player a pet that follow them around I don't know witch would be easy to code bird or dog but I want t...

posted 1 years ago
  • 2 replies
  • 171 views

Long title, I know, but serious question. I want to have the player character overlap a sprite and have a small arrow appear above it. Then, when they walk off...

  • 8 replies
  • 289 views
0 favourites

I would really appreciate your help. So I am learning to build a platformer game. I've created a purple background for my game and now I can't jump from a certa...

posted 1 years ago
  • 6 replies
  • 310 views
This content is deleted
Forum Topic
How do respawn a falling platform?
0 favourites

In my game I have multiple instances of falling platforms but I want to have it so that if a player uses the falling platform once it falls and destroys itself...

  • 1 replies
  • 135 views
0 favourites

If I'm clinging to a wall to my left, I want to stop the D (or right arrow) key from moving me right until I jump off. This is so I can have an animation where...