oosyrag's Recent Forum Activity

  • You do not have permission to view this post

  • You said you tried something and had trouble with it displaying as a float and int() didn't work.

    The answer would be exactly what you tried in your first post, so it would be useful to see if you made a mistake that caused it not to work.

  • It would be easier to see what went wrong if you posted your project file, a screenshot of events, or even just right click the event and copy as text so we can see what you did.

  • Despite the new 3d visuals, C3 is still a 2D engine. As far as the engine is concerned, everything is actually still on the 'floor' despite how it may look visually.

    The built in bullet behavior has no z axis component. You'll need to manually adjust the bullet object's z elevation every tick based on the vertical angle of the camera when it was created. You'll also need to modify the base speed as well, as a bullet shot straight up or down actually isn't "moving" at all.

    Anyways, you're going to have trouble trying to make an fps like that since there are no collisions in 3d space anyway. You might be able to fake it by comparing the zposition and zhight of objects while overlapping, but that's going to result in other problems. I imagine you might as well spend your effort learning how to use an actual 3d engine instead, or read up on how verticality in Doom 2 worked, or just go with a completely "flat" levels like Wolfenstein.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You do not have permission to view this post

  • You don't want to use pin or hierarchy with physics. Physics only works properly when all movement (by physics objects) is only handled by the physics behavior.

    In your case I believe you'll want limited revolute joints, or perhaps a distance joint of 0 on an imagepoint would work.

  • The sdk should have a method to confirm an ad completed. Use that to trigger your reward.

  • Yes. You can simply add the player and bat as separate sprite objects.

    Or if you want to keep them as one set of images/animations, you can use an invisible helper sprite to represent the bat's interactions instead.

  • How is your object moving?

    Behaviors like 8 direction have expressions that you can reference. For example you can Set Text to Sprite.8direction.Speed. It depends what you are using to move the object though.

  • Two separate objects, put together with a container construct.net/en/make-games/manuals/construct-3/project-primitives/objects/containers

    One is the visible SVG, showing the image, and one is the invisible sprite, with the collision polygon.

    If they are in a container, they will always be picked together so you can treat them as the same object. If they are pinned, they will move together.

  • You can suggest it on the suggestions site. construct.net/en/forum/construct-3/general-discussion-7/announcing-new-construct-161682

    In the meantime, you could use an invisible helper sprite with a collision polygon in a container with and pinned to your svg object.

  • I used 'Open URL in new window'.

oosyrag's avatar

oosyrag

Member since 20 Feb, 2013

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