oosyrag's Recent Forum Activity

  • I wouldn't be so sure, C3 is a 2D engine in the end.

  • You can access different versions at construct.net/en/make-games/releases.

    Generally speaking it's editor.construct.net/rxxx where x is the version number you want for the direct link.

    By the way Ashley is male, as far as I know.

  • One way is to reduce the force applied towards zero as the object's velocity increases to it's max speed.

    Another way is to apply an equal and opposite force as the objects approaches it's max speed. In real life this is how terminal velocity works, as wind resistance opposed to gravity when falling for example. Or friction, on a horizontal plane.

    The last way is to manually set the x and y velocities to maxmin(currentvelocity,maxvelocity) every tick. You'll have to do a little vector math to get the maximum x and y velocity for any given angle of motion. This could be the simplest solution, but manually setting velocity can also possibly cause issues down the road.

    Edit: I did mean min, thanks for the catch dop.

  • Are you setting the correct angle property? I haven't looked but I think you can set the angle of individual particles and the angle of the particle object/spray cone direction separately. Make sure you're using the right action.

  • Set the angle of the particles object in the same event they are created.

  • Add a condition to the spawn event - System compare two values - derp.count<=10

  • Yes, indirectly, via the size and resolutions of the sprites you will need to fill it.

  • Add the particle and trap objects together in a container. They will be picked, created, and destroyed together as pairs.

    Otherwise, you could just create a particle instance on trap object spawned, and set the parameters in the same event. When creating an object, only the instance that was just created is picked for setting things like position, angle, size, pinning, ect.

  • Personally, I expect it to be available whenever you get around to making a plugin that does so. If someone else does before you do, I will be pleasantly surprised.

  • No, it works fine. You probably did something wrong.

  • You can use the platform info object to make specific events for each platform depending on how you want it to behave.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I see, I'm not familiar with that, but I would try leaving the list object outside of the viewport and using the set focus action to see if it triggers the system list popup dialogue. Alternatively, you could use CSS to style a listbox however you like, similarly to how the system displays it. One more option is to use javascript to directly call and build the list in an android alert dialogue.

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