dop2000's Recent Forum Activity

  • Glad it helped

  • There was a very similar post, where character was climbing something, at the end of the climb it was a fraction of a pixel lower than the floor level, which caused it to bounce up and jumping/falling animation was triggered for a very short time.

    It may be something similar in your case - character is either a bit higher or a bit lower than the floor at the end of the climb.

    You can add some debug output (Browser->Log) to your events to check Player1 coordinates at the end of the climb, at the beginning and end of falling/jumping animation etc. This should tell you what's going on.

    Or you can simply add a short cool-off time after the climb, something like 0.2s, during which ignore jumping/falling events.

  • You need to share your project, because I don't know what kind of game you have in mind.

    If your laser is one continuous ray as in this example, then you should make it with many individual line sprites. Each sprite is a short line, you spawn it at each mirror, set the correct angle, and change its width to the distance to the next mirror.

  • It depends on the game.

    In a puzzle game like this you can add an instance variable reflectAngle to the mirror sprite and set its value to -90 or 90.

    When ray hits the the mirror, set ray angle to (ray.angle+mirror.reflectAngle)

    If the game is something like this one, you'll need to calculate the angle depending on the angle of the mirror sprite.

    Or if your ray is short and has Bullet behavior, simply set "Bounce of obstacles=yes"

    There are also a few plugins that can be useful:

  • Are they always linked?

    Is this situation possible?

    R=50

    G=70

    B=100

    What should happen if I move R to 55?

  • You can't pick instances like that.

    If you want to pick 3 instances, try this:

    System-> Pick by evaluate -> (SlideBar.UID=100 | SlideBar.UID=101 | SlideBar.UID=102)

    Still, I don't understand what you want.

    What should happen when you change slidebar with UID 100?

    What should happen when you change slidebar with UID 101?

    What should happen when you change slidebar with UID 102?

  • Like this?

  • Not necessarily, each browser may work with local storage in a slightly different way.

    Local storage events are asynchronous, you need to use them correctly.

  • Change Origin image point of the Zone sprite to (0,0), it's currently in the center.

    Also, replace (120) with (90) in that formula, because your layout height is 180px, not 240.

    And one more thing - create an empty layout, name it "Assets" and move sprites like enemies, blood stains etc. to that layout.

    Construct 2 requires at least one copy of each object to be present on a layout, but it doesn't need to be your main game layout, it can be an unused one.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I will incorporate some kind of interaction with the ladies in the next version.

    I kinda liked the chubby one

    Also, maybe consider adding some choices for the player which lead to different sequence of events, to increase replay value.

  • You do not have permission to view this post

dop2000's avatar

dop2000

Member since 26 May, 2016

Twitter
dop2000 has 259 followers

Connect with dop2000

Trophy Case

  • 8-Year Club
  • Entrepreneur Sold something in the asset store
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • Forum Wizard Made 5,000 posts in the forums
  • Forum Unicorn Made 10,000 posts in the forums
  • x5
    Popular Game One of your games has over 1,000 players
  • x2
    Coach One of your tutorials has over 1,000 readers
  • Educator One of your tutorials has over 10,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • Enduring Visitor Visited Construct.net 90 days in a row
  • Unrelenting Visitor Visited Construct.net 180 days in a row
  • Continuous Visitor Visited Construct.net 365 days in a row
  • RTFM Read the fabulous manual
  • x3
    Quick Draw First 5 people to up-vote a new Construct 3 release
  • x13
    Great Comment One of your comments gets 3 upvotes
  • Delicious Comment One of your comments gets 10 upvotes
  • Email Verified

Progress

28/44
How to earn trophies