dop2000's Recent Forum Activity

  • Yes. Add to a family, check for overlapping at offset.

  • You can format your data as a list of comma-separated values. And save it as a text file with .CSV extention. Excel will open this file.

    I found an example:

  • Did you try when the building is overlapping the player change building opacity with trigger once?

    I don't recommend using "trigger once" here! It won't work correctly with multiple instances.

    Here is a very simple implementation:

    + System: Every tick
    -> Building: Set opacity to 100
    ----+ Player: Is overlapping Building
    -----> Building: Set opacity to 20
    
  • System condition you are using in the last subevent to compare SlotNumber doesn't pick InvSlot instances. You need to use "InvSlot Compare Instance Variable" condition for picking. You might also need to add "System Pick All" in front of it.

    Stuff on dropped
    Stuff is not overlapping InvSlot
    ... System Pick All InvSlot
    ... InvSlot Compare Instance Variable SlotNumber=Stuff.SlotNumber
    

    Edit: I did a quick test and "Pick all" is not required.

  • Checking for "Overlapping at offset" should still work here. Just set the right X and Y offset for every arrow direction.

    And if you need to check for collision between two instances of the same sprite object, you will have to add it to a family:

    Sprite is overlapping SpriteFamily at offset X:20 Y:0

  • I'm not sure I understand your question, please post a demo project file or some pictures.

  • There is an action you can use - "Sprite Is Overlapping at offset". For example, if you want to check if it will collide with another object 20 pixels to the right, use X offset 20.

  • Set bullet angle of motion in the same event where it is spawned. (create a sub-event if needed)

  • Check the acceleration setting.

    Try moving the sprite inside the visible area of the screen, or set layout scale to something like 0.2, maybe you could see what's going on with it.

    Finally, you can run the project in Debug Mode and check the object there.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You are using AJAX wrong. AJAX calls are asynchronous and you need to wait for them to be completed. See the official JSON example, about how to properly use it. There the JSON string is requested from a project file, but the principle is the same. You need to use "On Completed" trigger to load AJAX response into JSON.

    Also, when posting screenshots of your code consider switching the UI to English. I had to guess what some of the lines in your events mean..

  • This definitely should be an optional setting if implemented. Because I actually need the opposite - being able to see the names of function parameters when the function is called in an expression. Currently they are displayed like this:

    Function.getDamage(5,2,0)

    What I need is this:

    Function.getDamage(Attack: 5, Armor: 2, Shield: 0)

dop2000's avatar

dop2000

Member since 26 May, 2016

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