mOOnpunk's Forum Posts

  • > Frankly speaking, now that it has been mentioned, I wouldn't be averse to a little "there are 12 events using this object/variable" additional warning text there so that we can go wut? I thought this wasn't used just in case.

    It would be extra-handy if that pop-up also had a "find all references" button so you can immediately jump to the usages.

    Ashley These are good quality of life improvements. You should listen to them.

  • Frankly speaking, now that it has been mentioned, I wouldn't be averse to a little "there are 12 events using this object/variable" additional warning text there so that we can go wut? I thought this wasn't used just in case.

    I like that idea.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • The editor pops up a warning message if you try to delete an object or variable which has events. If there are no events associated with it then it will delete them without warning.

  • You could use the Modulo (remainder after division) expression,

    0 % 4 = 0

    1 % 4 = 1

    .... 3 % 4 = 3

    4 % 4 = 0

    5 % 4 = 1 etc etc.

  • Use int() if you don't want to round the number. Round() will round to nearest whole number, Ceil() will round it up and floor() will round it down.

  • Aekiro Thats great thanks!

    Will you be updating the itch.io page? Its not urgent so i can wait for that.

  • Would it be possible to add a "padding" option to the slider bar. It would add padding or a margin at either end which sets the boundary of slider so we can create a more traditional scroll bar.

    The difference is with a slider bar the origin point of the slider is in the centre so the slider sides moves past the slider bar sides at the min and max positions, with padding if your slider object was 32 pixels wide with the origin point in the middle, you could set a padding of 16 pixels so that the edges of the slider object stops at the edges of the slider bar object. The slide boundary would be 16 pixels in from the object at either side.

    Also could you add the ability to set a sliders min value and step value through events, at the moment only value and max value are supported, min value and step value can only be set in the editor.

    Thanks.

  • I wasn't aware initialise was needed now, i updated it and it works again now. Thanks.

  • Aekiro

    Is there a problem with the latest version, i can't get slider bars to work, either my project or your example file. The bars won't move.

    Thanks.

  • Find the instance on the properties panel and drag and drop it onto the frame to create a copy.

  • Yeah you are right you should probably do without if you can, but bear in mind that c3 also has the "bundle addons" option so they can be saved with the file, a great improvement over c2.

  • Hi Eren

    If you ever manage to make the fuzzy logic plugin work correctly then i will happily donate thanks.

  • Can i ask what you have against using the extensions? You seem to be making more work for yourself then necessary. Some tasks in construct are just hard to do (like this), which is the whole reasons for the extensions.

  • Its also worth checking out the official extensions page from time to time.

    https://www.construct.net/en/make-games/addons/249/c3-i18next

  • Hi, mOOnpunk I already converted this plugin, but I didn't share it. Because calculation of fuzzy Logic was giving a different result in c3runtime. if I solve the problem, I'll share it.

    Eren Thats a shame, thanks for trying.