dop2000's Recent Forum Activity

  • Yeah, you can access the list of picked files, but I see no way to read these files.

  • Don't mix Phyisics and Platform behaviors, both of them won't be working properly.

    You can use "Set vector X" action of the Platform behavior.

    You'll need to disable controls of the character for a 0.3 seconds or so.

    Also, I suggest you use Timer behavior instead of "Wait" actions. In case two or more fast bullets hit the character, "Wait" actions may overlap and cause problems.

  • Set fixed resolution mode for drawing canvas.

  • There is no standard way to do this. You will need to use your own tags and then replace them before displaying the text. For example, use {username} tag in text. And add this action:

    MyText Set text to replace(Array.at(0,0), "{username}", UserName_GV)

  • You do not have permission to view this post

  • Physics is not compatible with Solid behavior. If you are making a physics game, don't use Solid or any other movement behaviors (8direction, Platform, Bullet etc.)

  • Do you use hierarchies?

  • Do you have a camera sprite on this layout?

    Try changing "Unbounded scrolling" property. Also make sure that scroll is set to the center of the layout. You can check this in Debug Mode.

  • You can try something like this:

    Bird on collision with Bird
    System for each Bird ordered by Bird.width
    .. Bird destroy
    .. System Stop loop
    

    This should destroy the bird instance with the smallest width between the two.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Two methods:

    1.

    Bird on collision with Bird
    For each bird
    ... If loopindex=0 : set instance1 to Bird.UID
    ... If loopindex=1 : set instance2 to Bird.UID
    

    Create a family, then:

    Bird on collision with BirdFamily
    ... set instance1 to Bird.UID
    ... set instance2 to BirdFamily.UID
    

    And I suggest you move events 2 and 3 on your screenshot inside the "On collision" event, as sub-events. Then you won't need to use the variables. Also top-level events are running continuously on every tick, and you probably want them to only run once.

  • Do you check for overlapping with fire sprite?

    Check collision polygons and origin image point location. If this doesn't help consider sharing your project file.

  • What exactly doesn't work? Can you share your project or a screenshot of event list?

dop2000's avatar

dop2000

Member since 26 May, 2016

Twitter
dop2000 has 271 followers

Connect with dop2000

Trophy Case

  • 9-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
  • x14
    Great Comment One of your comments gets 3 upvotes
  • Delicious Comment One of your comments gets 10 upvotes
  • Email Verified

Progress

29/44
How to earn trophies