cs2curious's Forum Posts

  • When I set timescale to 0 to pause, and then unpause by setting timescale to 1 things go crazy, things shoot off in directions chaotically.

  • I looked at rex pause, doesn't really seem to do anything.

    Is there a pause plugin, or am I just going to have to do a custom: if paused -dont do things, stop animations,

    on unpause: play animations - do every tick events?

    Also, how would I pause physics things? They kind of do their own thing, and aren't really on every tick actions.

  • how is that not logical? i want to not click buttons so i put a big button on top of it. It would work like a charm if i could just make the button invisible but still active. That is that is not logical. invisible = not active?

  • On click is no good. See I am trying to cover other buttons up so they are unclickable, if object is clickable it does not disable this, but a button in front makes it so you can't click my custom buttons behind it. Otherwise I am going to have to code some disable button enable buttons when menu is up nonsense. Putting a button in front of everything sounded easier. But if it is a sprite with on click event it would not do this.

  • I try to make an invisible button, I set initial visibility - invisible, ENABLED YES but it does not work.

    What is the point of enabled, if when it is invisible it does not work?

    Man this program =/ this program I paid money for.

  • ohhhh loader style: nothing. Thanks, how did I miss that? I don't think it says that on tutorial.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I did everything the tutorial says to do for loading bar, and it still shows me the construct page first.

    I said default layout to loading, where i had a loading bar. And I said use loader layout yes.

    It doesn't load with the construct default layout, but I can still see it for a split second before it loads.

  • You are setting the volume with the Square but not vice versa. I will need to display the box AT the current volume.

    Also doesn't master volume control sounds, and music? I think I just want volume.

  • I have my slider graphics, and the slider button slides with it, but when I make the default sliderbar invisible it does not work anymore even when it is enabled. Has ANYONE made custom volume slider bar? or are you all content with using the ugly construct one?

    Howcome every time I ask a question it's like I am the only one trying to do that particular thing?

  • Thats no good, i dont want to use slider bar, i want to make my own custom slider bar that looks good . I cannot retrieve volume to get the X coordinates to put slider at, when i set X to audio.volume it says i need another parameter.

  • =/

  • I want to set slider X to volume, but can only set to master volume but I want music volume, and volume to be 2 different things, and I think master volume will turn off music as well.

    How do I get volume.X to put my slider at?

  • You have to disable collisions, and set Z order move behind or in front of depending on who wants to be in front. The last thin you attach to a layer will by default be on top.

  • that doesn't work though, it only finds the first instance of something, it doesn't toggle through all instances of ''health'' or whatever I am looking for.

  • Is there a way to type in something to search in my code, so I don't have to scroll through and find it manually?

    so for example i can type in "collision " and it will go through my code and tell me all the places I have collisions?