oosyrag's Recent Forum Activity

  • FYI, to post dropbox images, you'll need to change the link suffix from "?dl=0" to "?raw=1".

    While I don't exactly know what you are attempting without the picture... https://www.scirra.com/tutorials/5005/m ... ing-lights should cover pretty much everything to do with the shadow caster behavior if you study and understand it.

  • Jump will only go up. You'll need to either apply a bullet behavior at angle, or physics impulse depending on how you have your physics set up.

    To get the angle from your cannon to your character, use the expression angle(cannon.x,cannon.y,character.x,character.y).

  • By placing the first instance of an object in the layout editor and setting its properties in the properties bar, you are setting the default values for whenever that object is created by the system create object action.

  • kinda offtopic but is there a way to be able to host the server kinda dedicated on your own ?

    A common solution is to leave any computer/server on with the game open as host in a browser tab or nw.js. This is the simplest kind of "server" and should be sufficient in most cases.

  • > Describe your glitch?

    >

    > The realtime multiplayer tutorial is very basic and concise, you really need to do your best and understand each part of it. While the multiplayer plugin automatically handles a ton of basic net code principles for you, it is still flexible enough to allow for different implementations in terms of multiplayer logic and updates.

    >

    > Basically, most projects/examples will be even more complicated than the tutorial example. If you don't understand all the ideas presented in the multiplayer tutorial, it will be very difficult to proceed or troubleshoot problems.

    >

    Well, one of the most frequent and annoying glitches is that when 2 players join, the First Player (The Host) can't see the second player, but the second player can see the first player (The Host). When you move the First Player, you can see the first player move on the second player's screen but not vice versa.

    When you say frequent, does it only happen intermittantly (in the same project)?

    If it happens all the time, you have a net code logic error: it sounds like your host is syncing properly, but your peers are not set up properly. Are you using a authoritative host setup like the tutorials? The peer events should not be creating or moving any objects (outside of local input prediction, which can be implemented AFTER you get basic net code working) - only sending inputs to the host, which does all the creating, updating, and syncing of all objects.

    If it works properly sometimes but not all the time, I suspect routing/latency/unstable connection issues, which I can't really help with. But at least to confirm it isn't a networking issue, you can have both host and peer running on the same local host to test (open two tabs).

  • I don't know the answer to your specific question.... But any reason you don't apply your workaround to all situations of the app resuming?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Basically, you need to "pick" the bunny you want to scroll to first with conditions. There are many ways to do this, some of which has been mentioned above.

    Then when you use the scroll to action for bunny, then it will center the screen on the one that had been picked in that event.

  • Scale inner/outer are the correct options. But any type of scaling will result in blurry edges if your original art is too low resolution.

  • Try it.

    It should work, AFAIK all exports are browser wrappers.

  • Regardless of if you use a text object or spritefont, I would imagine parsing out the words of interest, replacing them with blank space of the same length, and putting an object with the former contents in it's place.

    Alternatively, you would create an "imagemap" of sorts, where you identify the words of interest and their x/y coordinates. Spritefont would be superior, as it would be much more reliable to calculate out pixel locations and sizes of characters with expressions.

    The method would use either tokens (simpler, less powerful), or regex (powerful, more complicated)

  • That looks fantastic. Simple solution is best.

  • XML is great for situations like this.

    But you'll still have to manually define values for your variations.

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