oosyrag's Recent Forum Activity

  • I'm not familiar with the tutorial you are referring to, but the way to pick a random sprite object from multiple sprite objects is to put them together in a "family" (only available in the paid version of C3 I believe).

    Otherwise, you don't need to use clone to make multiple spawner object copies at all. Just use a single spawner sprite object, and drag multiple copies (instances) onto your layout. Then you can use the "System-Pick random instance" condition on that single spawner sprite object.

  • No. The Google Play plugin only supports highscores and avhievements, as you saw.

    You can try making a suggestion, although I believe adding functionality to the Google Play plugin is very low on the Construct team's priority due to the fact that Google Play is not particularly universal/cross platform friendly.

    On the other hand, you can simulate event tracking using highscores and achievements if you really wanted to. You would just have to build your own system.

  • There are a few ways to do this. Have you tried searching the tutorials for a method you're comfortable with?

    construct.net/en/tutorials/basic-mini-map-536

    construct.net/en/tutorials/dynamic-mini-map-612

    There are a few considerations. Is the map a fixed map? You can just use a separate minimap sprite, and cover sections of it to simulate fog of war. Is the map randomly generated? The drawing canvas can be used to dynamically create a map. Or you can make a simplified representation of your layout with lower resolution pieces. You can maybe even have a duplicate of your entire layout on a separate layer and scale that layer down.

  • You will either need to provide an example project of what you've done, or be more specific.

    Tile movement and platform behavior are normally not used together, so its a little confusing what you are asking.

  • You will need to host a signalling server on your local network. It can be purchased at scirra.com/store/game-making-tools/multiplayer-signalling-server-161.

    This will require some advanced networking knowledge, and there likely will be very limited support from general users on these forums to assist in setting this up.

    Also, if you program your application to use a signalling server on a local private IP address, it will only work on that particular network.

    I would recommend getting internet access if you're going to teach using an online tool. Otherwise, you're probably using C3 for a purpose it wasn't meant for. There is other software available that may suit your needs better.

    google.com/search

  • Then perhaps you are spawning multiple overlapping cubes somehow?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Do you have multiple balls? Are they moving quickly?

    If it is possible for two balls to collide with the same cube on a single tick then you would have one cube destroyed counted twice.

  • This would be easier to diagnose by seeing your project/events.

  • No, they are separate software, with separate licenses.

    The C2 runtime is available in C3 as a backwards compatibility option, since C2 projects can be opened in C3, in case there were cases where some old projects did not behave as expected with the C3 runtime.

    Generally speaking the C3 runtime works fine for C2 projects as well AFAIK, so the C2 runtime option will probably be rarely used in the future.

    If you want to use C2, I believe you can still purchase it as a one time purchase for lifetime access.

  • "Every tick" is a condition, basically every frame, if you don't have other conditions to control it, like "Every x seconds".

    Otherwise it is difficult to help without seeing how you've set it up.

  • Array For Each Element

    Text Object - Append Array.CurValue&" " to Text

  • I guess, I have to be online all the time, or?

    And generaly I think, that a stand alone program is always

    faster than a Browser App...

    Jogi

    You can use Construct 3 offline. I believe you have to authenticate your account online at least once a week though.

    You also may have a misconception about an "online" app where everything you do needs to be processed on a remote server, which then needs to respond and you have latency issues. Construct 3 is a browser app, but it runs entirely on your own computer.

oosyrag's avatar

oosyrag

Member since 20 Feb, 2013

Twitter
oosyrag has 39 followers

Trophy Case

  • 12-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

22/44
How to earn trophies