mekonbekon's Recent Forum Activity

  • You can also attach the tween behaviour to the font and assign the font size to a tweened value:

  • In event 4 you are setting the value at 0,1 to number rather than the cell linked to the name value.

    Also, you could run into trouble later if you have events 3 and 4 in that order as in event 3 you add the name to the axis and then immediately after in event 4 you check for the name.

    Instead, you could use something like this:

    The else statement makes sure you only run one of the conditions. I've added a stop action to the loop to prevent unnecessary searching of the entire array once you've found the first instance of the name; if you want to search the entire array for every instance of name then remove the stop.

  • I've created sliders for the audio FX (phaser, flanger, distortion etc) and would like to apply some max/min values for the various parameters; does anyone have suggestions for these or know of a good reference that I can crib from? I've had a hunt around for some guidelines but haven't found anything definitive.

  • Apologies if I've misunderstood what you're asking for, but here's an example with three different functions for adding the time & date:

    dropbox.com/scl/fi/g7otdepgvcqf4sl0gzwuz/Daily-Platime-Catcher-Revised-2.c3p

    Repeat1: Only adds a new entry if the date is different to the last entry.

    Repeat2: If the date is different a new entry is added, otherwise it overwrites the time of the last entry.

    Repeat3: Always adds a new entry even if it's the same date.

    If none of these are what you're looking for please explain in more detail and I'll give it another go.

  • I tried uninstalling and reinstalling as you suggested, with just editor.construct.net - I also removed the associated data at the point of uninstalling. I'm still getting the update prompt.

  • Here you go:

    dropbox.com/scl/fi/bd0skr9fh4hojaixnexsp/Daily-Platime-Catcher-Revised.c3p

    I've added comments into the project to describe the changes.

    One thing to note that isn't commented, your array only had one Y column so I set its initial dimensions to (0,2,1).

  • It's because you're pushing on both the x and the y axis - you only need to push the time on the x and then set the value at 0,1 to the date:

    Array_Daily_Playtime Push front Current_time on X axis

    Array Daily_Playtime Set at (0,1) to Today_date

  • Ashley I've installed it as an app, so don't see the address bar, but if I copy the URL or open in Chrome from the app I get editor.construct.net as the URL.

  • Every time I open Construct I'm presented with the following:

    I accept the update each time but the next time I open it's back again.

    Does anyone know why this is and how to fix it? I'm on Windows 11, using Chrome, and have Beta releases selected.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You're welcome, no coffee needed :-)

  • Do mean something like this?

    I added a sprite called "camera" and gave it the Scroll To and Bullet behaviours, then set it off travelling up the layout.

  • Does this work for you?

    I've assumed the following:

    1. If all of the boxes marked onteam have >=1000 coins then all of those boxes should have their coins added to total_coins, and their indvidual boxes.coins value set to zero.

    2. If only some of the onteam boxes have coins >=1000 then none of the onteam boxes should have their coins transferred.

    3. Boxes that are not onteam should not have any of their coins transferred regardless of whether they are greater or less than 1000.

mekonbekon's avatar

mekonbekon

Early Adopter

Member since 9 May, 2014

Twitter
mekonbekon has 13 followers

Trophy Case

  • 10-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • x2
    Popular Game One of your games has over 1,000 players
  • Famous Game One of your games has over 10,000 players
  • 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
  • Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

19/44
How to earn trophies