dop2000's Recent Forum Activity

  • You can temporary set parallax to 100,100 for static scenery layers before using ScrollTo-Shake.

    But it may be tricky to set their position correctly.

  • Ok, try this:

    https://www.dropbox.com/s/ak58r1s91gkd9 ... .capx?dl=0

    Is this what you are trying to make? You can add more yellow sprites during the game, extending the area. Just position then exactly next to the existing yellow sprite, without gaps.

  • What you are probably looking for is TileMap. There was a similar post recently:

    You can do the same with sprites if you position them precisely next to each other.

  • There are a few examples of procedural world generation in the FAQ and a couple of tutorials:

    how-do-i-frequently-asked-questions_t63692

    https://www.scirra.com/tutorials/all

  • Did you move English letters to the second frame of Letters sprite?

    If letters are changing to English on start of the layout, you probably forgot to set animation speed to 0. You need to do this for each animation.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Seriously, why do you need physics? Your particles are simply flying, falling and bouncing off the floor/walls. Bullet can do all this. And, I'm guessing, Bullet must be much better for performance.

  • System -> Compare two values -> angle>6

    "angle" can be sprite.angle or angle(x1, x2, y1, y2) or some other expression.

  • I don't know, maybe there is something wrong with your gamepad.

    Add Browser object, add "Browser->Log Gamepad.Axis(0,0)" on every tick.

    Run the game, press F12, move the stick all the way to one side, see what numbers you are getting in console when the movement slows down.

  • Note that in "Is between angles" event the first angle is inclusive, while the second is NOT inclusive.

    So "Is between angles 10 and 20" means "10<= angle < 20".

    If the angle is exactly 20 degrees, this condition will be false.

  • Create an invisible sprite "A_Drag" (same size as sprite A) with Drag And Drop behavior.

    Remove Drag And Drop behavior from sprite A.

    So when player drags that invisible sprite A_Drag, on every tick set A position to A_Drag, but only if A_Drag is not overlapping other sprites.

    I made something similar for another post:

    (see how green box can be dragged far up, but slider movement is limited by blue bar)

    Here is another example:

    Again, the green box can be dragged freely, while the car movement is restricted.

  • Did you change anything in the capx from the tutorial? It works fine for me, does not slow down. It stops when meets layout borders.

    Please share your capx file.

  • You can't do it with one tilemap. But you can put two tilemaps on top of each other - one normal and another one invisible. On the invisible tilemap set only those tiles which you want to cast shadow and add ShadowCaster behavior.

dop2000's avatar

dop2000

Member since 26 May, 2016

Twitter
dop2000 has 250 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