oosyrag's Recent Forum Activity

  • Check out the vertical space shooter example that comes with C2 too (when you go to new project), most people miss it.

  • So the problem is in event 8 - your peer is creating an object. Multiplayer sync only works from the host's point of view. Whatever is being created on the peer side does not sync to the host.

    The host should be responsible for creating the object when the peer joins. If synced, this will create the object on both the host and the peer. The peer then associates the object created as their own.

    This is described in more detail in the following:

    https://www.scirra.com/tutorials/915/mu ... ame/page-5

    https://www.scirra.com/tutorials/915/mu ... ame/page-6

    Sorry for being preachy, but I'm going to again highly recommend going through all the official multiplayer tutorials. The first one is full of concepts only yes, and it serves as a basis for understanding why the multiplayer plugin was set up the way it is. The following three are step by step tutorials that showcase and explain all the bare minimum building blocks of multiplayer games.

  • There are so many things that can go wrong with a multiplayer game it will be impossible to give you advice without a capx. It would also help if you linked the tutorial you are referencing.

    But first to confirm it's not a routing issue, are you testing locally with multiple browser windows or are you testing across a network?

    Also have you done all the official multiplayer tutorials and understood them? You will find it painfully difficult to progress otherwise.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • When you export and minify, nothing should be readable.

  • Same thing. Set opacity to sprite.opacity-dt

    If you want to constrain it so it doesn't go negative, you would do max(0,sprite.opacity-dt)

    Alternatively, use the fade behavior.

  • At the very least, being able to copy/paste or export the event sheet in plain text is a feature I've been hoping for since I started using C2.

    Easy sharing pseudocode via IM, forums, or email were my main use cases. It could also be used to print.

    Having to screenshot, and upload and link just seemed really clunky to me. Similar for capx, and doesn't work when c2 not immediately available. Not to mention all the posing restrictions on new users on the forums.

    I can imagine how formatting may be difficult though. Representing the relation between the conditions, actions, and sub events is not easily done in plain text.

  • You'll need to assign controls based on a variable. The control will refer to the variable, which in turn will refer to the proper sprite to be controlled. Then you will be able to change the variable as needed.

  • There is a "preview effects" option somewhere, I forgot exactly where though, don't have c2 handy art the moment. It's either in the toolbars at the top or in the properties manager in the left.

  • The particle plugin has some limitations, it is recommended to do custom particles with every x seconds, and a set of actions utilizing the random() or chose()expressions to set properties for your particles utilizing the fade and bullet behaviors. You'll have much better control this way.

  • Increment by dt every tick is a general answer.

    Set Sprite scale to 1+dt

    Set Sprite angle to Sprite.Angle+dt

    Use a multiplier of dt to change the rate.

  • While I haven't looked into it in depth, I see a wait in there. Waits in loops are a classic recipe to break everything.

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