mOOnpunk's Recent Forum Activity

  • You do not have permission to view this post

  • > > A pet simulator and care game. I cannot find a tutorial for this topic anywhere for Construct.

    >

    > Do you have a specific game in mind that I can base it off of? Nintendogs or Tamagachi?

    Second this! A tutorial on how to make a game similar to nintendogs would be nice e.g. how to setup the simulation so that my interactions with the animal trigger other events.

    or turn-based battle games like pokemon or final fantasy.

    Rexrainbow created the fuzzy logic plugin for c2 which would be perfect for this, but its never been converted to c3.

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

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

  • Try Construct 3

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

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

mOOnpunk's avatar

mOOnpunk

Early Adopter

Member since 29 Mar, 2017

Twitter
mOOnpunk has 2 followers

Trophy Case

  • 7-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • RTFM Read the fabulous manual
  • Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

13/44
How to earn trophies