oosyrag's Recent Forum Activity

  • Function or not doesn't matter. You're using a for loop, which will complete in one tick.

    You can try to set timers to spawn bullets on timer trigger with durations based on loopindex.

  • If you want anything done over time, you generally want to use the timer behavior.

    You could also use the wait action, but it is commonly misused and causes more problems, so I don't recommend it.

  • Set text to array.at(x) where x is the index where the of the sprite name was stored.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You can get the public facing ip of a client by using JavaScript to query an online API that can return the IP address.

    You cannot get the Mac address of the networking hardware. It is a security/privacy limitation.

  • If the instance variable is synced properly, I believe you should be able to set it on created.

    If not, simply start with the object invisible by default, and make it visible and set the skin when the instance variable is updated/synced.

  • Sync an instance variable on the player object(s) that identify the skin they are using. Have each client set the proper animations/skin based on the instance variable.

  • Do you have low and high resolution versions of the same texture in your tilemap image?

  • value=max(0,(circleradius-distance(blue.x,blue.y,red.x,red.y))/circlradius*100)

  • Wait first thing when you say multiplayer, are you talking about an online multiplayer game using the multiplayer object or a local multiplayer game? Synced objects may have issues with pin if the host and peer do not agree on where the object should be. However, labels and such generally have no need to be synced at all, just displayed and updated locally on each peer, which should be smooth.

    It's difficult to help with limited information without actually seeing the project or your problem.

    Pixel rounding is a project property. Try turning it off if it's on.

  • Do the player objects shake? Are you name tags synced? Is pixel rounding enabled?

  • If your line sprite is thick, make sure the origin point is on the left center edge, and the rest of the sprite points to the right.

    Note that this type of drawing doesn't work particularly well with thick lines on general.

    Also that tutorial was made for Construct 2. In Construct 3, there is an actual drawing canvas object that is more suitable for drawing things.

  • All trigger conditions are evaluated constantly aren't they?

oosyrag's avatar

oosyrag

Member since 20 Feb, 2013

Twitter
oosyrag has 39 followers

Trophy Case

  • 11-Year Club
  • 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
  • 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
  • Email Verified

Progress

21/44
How to earn trophies