newt's Recent Forum Activity

  • Nice. It is a bit hard to figure for some parts.

    I guess you could also make a suggestion.

    construct3-21h2.ideas.aha.io

  • Not unless you want to parse the save state asjson.

  • Thanks, that's a little better, but its a bit off, like a z offset or something.

    I changed the objects z to zero, and its working as expected.

    Now I'm not sure how to work around not having the z height.

    I tried setting the layers z, but that went back to how it was before.

  • A tap gesture is not a touch.

  • Thanks, that's a little better, but its a bit off, like a z offset or something.

    I used:

    CanvasToLayerX("2dlayer",LayerToCanvasX("3dlayer", eship.X,eship.Y),LayerToCanvasY("3dlayer", eship.X,eship.Y)) CanvasToLayerY("2dlayer",LayerToCanvasX("f3dlayer", eship.X,eship.Y),LayerToCanvasY("3dlayer", eship.X,eship.Y))

    I was thinking it might be nice to have a setting for hierarchies that would project child objects on a 2d layer to the parent's position from a 3d layer, if they were set up that way.

    Edit, or perhaps an addition to the Pin behavior.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I want to display text/gui/hud stuff on a 2d layer that translates to the 3d objects on another. How do I get that camera projection?

  • Are those on a bunch of different layers?

  • It seems to be happening specifically at the 0 elevation even when there's nothing sharing the same space.

  • Still working on a name.

  • well, it works a bit strange here, the object speeds up a bit when I release the stick, but I think it's gonna work for now, thanks a bunch!

    Yeah that's the acceleration on the raycasting.

    You can lower the acceleration rate, or the length of the ray.

    You could just set the pad variable to:

    Sprite.X+(Gamepad.Axis(0, 0)*yourspeed)*dt

    Sprite.Y+(Gamepad.Axis(0, 1)*yourspeed)*dt

    Instead of the ray cast as the angle() between the joystick, and the object can get a bit iffy when they are close.

    Or possibly check their distances.

    Edit:

    Its probably a good idea to create a dummy object to act as the proxy for the joystick.

  • That's a little more complicated: dropbox.com/s/aedegy6p8zaxi07/slipperystick.c3p

    Play with the pad variables for the slipping. Same for acceleration.

    Speaking of... I'm a little iffy on using gamepad axis=0 for a Bool. It might be an issue if you have a stick with unwanted drift.

    Ashley any way we could get something added to to account for when the stick is not in use?

  • Lerp is interpolation for two points, qarp is for three, and cubic is four.

    The extra lerp in the qarp is to adjust the easing.

newt's avatar

newt

Member since 12 Nov, 2008

Twitter
newt has 26 followers

Trophy Case

  • 16-Year Club
  • Entrepreneur Sold something in the asset store
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • 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
  • Forum Wizard Made 5,000 posts in the forums
  • Forum Unicorn Made 10,000 posts in the forums
  • Popular Game One of your games has over 1,000 players
  • 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

31/44
How to earn trophies