dop2000's Recent Forum Activity

  • Does the sprite move directly down, or does it move also at an angle it's facing?

  • I believe this is my code :)

    And it works for me. What do you mean it doesn't look at the right angle? You press the stick Up and the player moves up but facing some other way?

  • You have "Rotate towards position" action on your screenshot.

    You need to replace it with a different action - "Set angle toward position".

  • Use another action - "Set angle towards position (Mouse.X, Mouse.Y)"

  • SafeZone set x to random(Map.BBoxLeft+SafeZone.width/2, Map.BBoxRight-SafeZone.width/2)

    SafeZone set y to random(Map.BBoxTop+SafeZone.height/2, Map.BBoxBottom-SafeZone.height/2)

    You can use blend modes and effects to "cut a hole" in the map, or highlight the safe zone. Search for "Blend modes" template in Construct start page, or see this great post:

    construct.net/en/forum/construct-2/how-do-i-18/help-object-blend-modes-explai-121928

  • Check out this demo I made:

    dropbox.com/s/gk1w7g9njs5gwj7/RotatingKnob.capx

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I may be wrong, but I think the only option is make a pseudo-pixel graphics. Where each "pixel" on the image is actually a rectangle (say 10x10 real pixels). Of course your images, window and layout size will be much bigger. But this should allow you to scroll everything smoothly.

  • Physics objects only interact with other Physics objects. Objects with Solid behavior interact with Platformer, 8-direction, Car and many other behaviors. It's generally a bad idea to mix Physics with any of other movement behaviors. In other words, don't have both Platform and Physics behaviors enabled on one object at the same time.

    I believe immovable object uses much less resources than movable, but it's still a Physics object.

  • I imagine if you just put lots of objects onto the layout, there will be no difference in performance. It all changes once you start adding behaviors and events to your game.

    Keep an eye on the number of collision checks in debug mode, don't let it go to very high numbers. Don't overuse "heavy" behaviors like PathFinding. Minimize the number of events that are run on every tick. Don't apply too many effects to objects. And then you'll be fine.

  • You can modify collision polygon for individual tilemap tiles (for example to make 45 degree slopes). You can also rotate and flip tiles.

    In your example it may be better to use TiledBackground. It has a fixed collision polygon, but you can rotate it to any angle and stretch to any length without distortion.

    You can also use a combination of all 3 object types, it's entirely up to you. For example, the main collision map is made of TileMap (it can even be invisible). And some elements like floating tilted platforms are sprites or tiled backgrounds.

  • You can also set object as Global and then it will not be destroyed when you switch to another layout.

  • Please post your project file or a screenshot of the event.

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