corlenbelspar's Recent Forum Activity

  • Yeah the method I wrote above works pretty good. I had to increase the volume of my wildlife ambiance but it was worth the extra effort involved.

    And hey, I say to each his own, every game is a case by case basis. :p

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • If object is on screen is the easiest and least intensive method from my experience but it doesn't let you test for a distance from the viewport, it simply is false when every single pixel of an object is off screen.

  • No problem. I would personally do the global layers method because it'd be a bit easier the way I'd do it but I say whatever works best for each project on a case by case basis. Both work either way.

  • I don't think that'd suit my purposes but I must commend you because you got me thinking that my best bet would probably be to make an object set along sine and cosine around the player with a minimal value to the radius of the circle it's making and play the sounds from it's X and Y positions.

  • Well if you make them a global object and have the same layer name in the next frame, theoretically they should persist in to it. Then it's just a matter of recreating them when someone reloads their save games.

    Or you could even make the HUD a global layer and give the objects their own ID values and make them visible based on that.

  • I think it has something to do with your OS GUI or whatever.

  • Yes, I'm experiencing this too. It's somewhat annoying but I'm sure they'll get it fixed.

  • I didn't know this bug existed. Thanks for pointing it out. I always put my event sheet includes at the very top of a sheet, followed by global variables, then the events of the sheet. I don't think encapsulating every single event sheet include in its own group is going to make matters easier. I don't see why you shouldn't disable groups with includes on them in mass after Ashley fixes the bug. What you can do until then is put all the events in each event sheet in a group I guess which would look way more tidy and disable them from there. Or even just ignore that part if you can and work on something else until Ashley gets the ball rolling on this.

  • Right now I'm just playing wilderness ambiance noises in random X and Y coordinates in the whole viewport. I however would like to make the effect more advanced and get these sounds to only play in a distant radius around the player and ignore the close radius because the player is never going to see these creatures making the noises they make and it's weird when one plays right next to the player because of this.

  • After you got me thinking on different areas of the code and I tinkered around, it appears I had to change the on created condition for the family of objects that have shadows to a if flag is false condition with a for each loop for the family and turn it on immediately after shadows are created because for some reason on created screws up setting the variables correctly even when I put a for each loop.

  • Yeah the objectID variable stores the help bubble's UID. And the first help bubble instance's shadow only gets effected by this code.

    I have the shadows get created and set their objectID variables to the help bubble UIDs when the help bubbles are created.

  • I have a simple event:

    IF Player is overlapping helpbubble

    AND SimpleShadow variable objectID = HelpBubble.UID

    THEN make both invisible

    It only effects the first help bubble instance's shadow however. All the other instances of the help bubbles function normally except their shadows refuse to be effected by any actions I try to apply to them.

corlenbelspar's avatar

corlenbelspar

Member since 14 Aug, 2013

Twitter
corlenbelspar has 1 followers

Connect with corlenbelspar

Trophy Case

  • 11-Year Club
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • x3
    Coach One of your tutorials has over 1,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

17/44
How to earn trophies