calebbennetts's Recent Forum Activity

  • I really, really like this series. I found it last night and already listened to 3 podcasts. But I kept finding myself surfing to find visual aids on Youtube or the guest's website. Would it be practical to put new podcasts on Youtube with looping videos or occasional still visual aids? You could film yourselves/your guests for filler video. I realize a change like that would really switch up your workflow, but I think it's at least worth consideration.

  • Could I suggest:

    enemy Is on-screen

    if player.x<self.x simulate 8-direction moving right

    else simulate 8-direction moving left

    if player.y>self.y simulate 8-direction moving up

    else simulate 8-direction moving down

  • But I think C3 is going to fix that (when it comes out).

  • If this is a 2.5-D game, I would use 8-direction and make the places you DON'T want him to go solid. Jumping would have to be made with events and/or animations, and you would have to somehow track what collision layer he's in. I had a lot of time today, so I put together a demo of what I mean.

    drive.google.com/file/d/0B_yBalwF1wRjbGZOQ3o1ck9pcFk/view

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • If you mean putting in lines, I use a tiled background with a tiny height, constantly adjusting the width and angle to stretch between 2 points.

    For example, a tiled background can be a line from one fixed point to a moving one.

    -Under its properties, give the tiled background object a hotspot on the left and add the "pin" behavior.

    -Have an event which, when the layout starts, moves the tiled background to the first point and pins it to the first point by position only.

    -Have an event which, every tick, sets the tiled background's angle towards the second point ("set angle toward object") and sets the tiled background's width to the distance between the two points ("distance(1.x,1.y,2.x,2.y)".

  • You can already make events using mainly typing. Pressing "E" makes an event, typing part of the object name until the window selects the object you want and pressing "enter" shows expressions for the object. "C" to add conditions, "A" to add actions, etc. It's not perfect, but it can be helpful.

  • If you're willing to answer a technical question, when I try to make slope-based platformers, I always encounter one problem.

    Slopes and flat areas work fine by themselves, but the character glitches back and forth when he's on the border between the two.

    How does your engine smooth out this transition?

calebbennetts's avatar

calebbennetts

Member since 6 Sep, 2014

Twitter
calebbennetts has 13 followers

Trophy Case

  • 10-Year Club
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • x4
    Popular Game One of your games has over 1,000 players
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • x3
    Great Comment One of your comments gets 3 upvotes
  • Delicious Comment One of your comments gets 10 upvotes
  • Email Verified

Progress

18/44
How to earn trophies