corlenbelspar's Recent Forum Activity

  • 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.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • 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.

  • Well the other programmer who quit the project told me I HAD to make sure I got their types right and he used to be a professional programmer. I guess he's living in the past. I just was curious if it'd have an accumulative effect of specifying the wrong type for variables by the end of my game's production or not when I have like 10,000 variables. This is because I noticed he also did stuff like used for each loops wrong everywhere in the code that really impacted performance. So I was kinda doubting him but wanted to be 100% sure.

    For the sake of convenience though I will be sure their types are correctly set.

  • I was wondering if variable types had any impact on performance in games just out of sheer curiosity. Like my friend told me in programming text variables are most intensive and then numeric and then boolean variables. Was just curious if this holds true for C2 and if there's anything else they impact besides that.

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