oosyrag's Recent Forum Activity

  • I haven't tested this myself yet, but my guess is that pinning behavior position updates every tick, while the multiplayer object only sends updates at 30 frames. Normally when using local input prediction and sending client input updates, you would only trigger local movement on client update, which happens at 30fps, rather than every tick, which is what the pin behavior would do at an attempted 60fps.

    To resolve, you could try either turning on LAN mode with the set bandwidth profile action (not recommended), or set up control and movement the pinned object manually, like you would the base object.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Keyboard- on enter key pressed, set text

  • Downscaling quality. The default medium tightly packs spritesheets, and generally works. However if there are issues with color fringing, the high mode will pad out spritesheets and avoid the problem - at the cost of increased memory use.

  • I believe there was a blog post about this recently.

    construct.net/en/blogs/ashleys-blog-2/surprising-difficulty-1528

    Check out the Avoiding the Problem section, specifically about using power of 2 sizes for your base graphics.

  • The text object has a condition "On Typewriter Text Completed" you can use to set the next text. You can do the same thing with mouse - on clicked and text - Is running typewriter text together.

  • Hmm.... I imagine it would be no different than making a mobile android export with gamepad inputs then, if it can access the play store.

  • A Chromecast can stream a pc or mobile device, so it wouldn't be making a game for it in particular. Anyways there are no input devices accessible on a Chromecast so what's the point.

  • If you read through all the multiplayer tutorials but still have trouble, you should follow them step by step to recreate the example projects.

    If you don't understand how the example projects work, you're going to run into a lot of issues making your own game.

  • An array is just a set of variables grouped together like a spreadsheet.

  • Off the top of my head, I would use an array to do this instead of two variables. Then you can use array.indexof(min()) to get the position of the value.

  • It depends on the device that runs your game.

    Bounding Box Performance Test

    My computer hits about 50,000 sprites before slowing down, to around 30 fps at 100,000 sprites. A mobile device would be much less, and a more powerful gpu (mine is some 6 years old) could be much higher.

  • There are multiple ways to do many things. Use whatever you are most comfortable with and is convenient for you.

oosyrag's avatar

oosyrag

Member since 20 Feb, 2013

Twitter
oosyrag has 38 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