oosyrag's Recent Forum Activity

  • On trigger-Tween value between 0 and 100 over x seconds

    While tween is running, set css opacity to object.tween.value.

    Or maybe it was 0 to 255, I forgot the range for opacity/alpha in css.

  • The text input object is an html element and doesn't play by the same rules as normal objects.

    You can achieve the desired result by styling the text box with css. There is an opacity property in css you can adjust by utilizing tween - value with it.

    Or you can make your own text input.

    construct.net/en/tutorials/own-textbox-459

  • Depends on what movement type you end up using. Also depends on if the ball object is doing the moving across the layout or if the obstacles are.

    Generally speaking you could use an invisible "camera" helper that has the scroll to behavior on it, and have that move towards the desired x position every tick.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Don't mix physics with other movement behaviours to avoid issues like this.

  • You can paste a sprite across two drawing canvas objects and move them separately afterwards.

  • If you're making a tiled game, you should probably use tiled movement to move. You can use the pathfinding behaviour to generate the path, but use tiled movement to do the actual moving.

  • Use a global variable instead. Global variables persist across layouts.

  • Some things to try include seeing if it works with another browser, an uploaded exported project and,/or an nwjs export.

    There may be discord settings to look into as well that may determine what audio gets streamed or not.

    You could also file a bug report, following the guidelines. You'll be more likely to get a developer response that way, whether it's a C3 bug or chrome issue or even if they can't do anything about it.

  • Use an instance variable, not a global variable. Each instance of the object will have it's own variable for their own life.

  • The timer behavior is very useful for doing things over time.

  • Objects can have a no save behavior added, so you can use a helper object with that behavior to keep track of powerups.

    Alternatively, you can use an event with the on load complete condition to reset any particular variables you want.

  • Min(variable1,variable2) will give you the lower of the two variables.

oosyrag's avatar

oosyrag

Online Now

Member since 20 Feb, 2013
Last online 19 Nov, 2024

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