lionz's Recent Forum Activity

  • What do you need help with?

  • I think the estimated memory usage is based on the biggest layout. If you have a layout full of assets then its probably based on that, but this won't be used or loaded in the game so performance should be fine and the memory usage is going to be much lower. You're using it as a store for assets yes? I sometimes do that because you need an instance somewhere to set the initial values. If you have just the one layout at the moment with the background image then the memory usage will be based on that but it seems quite high for just one sprite.

  • Try and keep it below 100mb. Best practice is to load in smaller images. Another is to use the tilemap stuff but seems like you have already dismissed using that. I don't know why you would want to limit the number of layouts, this doesn't really do anything. If using a single layout is better for your project then that's fine but it won't affect performance. A layout doesn't load until you go to it. The memory being used is for the current layout.

  • If you need to keep track of the number of objects :

    System pick all Object1

    --- Object1 is on screen > Set Global Var to Object1.PickedCount

    Now Global Var is the number of Object1 on screen. Whenever Global Var is 0 then none of them are on screen.

    If you don't need to keep track of the number of objects :

    Object1 is on screen > Set a variable to true

    else

    Set false

    This would mean whenever any Object1 is on screen then the variable would set to true, if set to false then this means no Object1 are on screen.

  • No problem

  • Hmm from the way you've set it up you could potentially do this :

    On button clicked, set another GV to true i.e. GV_Playing

    Then while GV_Playing is true, if tag "word" is not playing (inverted isplaying) then play "incorrect", set GV_Playing to false and call the function. If "word" is playing then it will call the function on "word" ended anyway, and set GV_Playing to false.

  • How are you currently doing it, or are you also looking for ideas on a way to do the main comparisons?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • In general, it'll be something like if "cat" play cat, "dog" play dog, ELSE play "incorrect" where the else just covers every other possible entry.

  • Is this using the multiplayer object or something else?

  • I've worked on a Rollercaster Tycoon style game, standard theme park - place some rides, some mechanics involving guests and research etc etc. My question is, now it's hit a prototype point, should I continue it? Is anyone going to buy it if I push through and make it for release on Steam etc? I'm interested to see what people think about the market on these type of games and should I even be trying to go for this genre. Maybe adding a load of DLC packs would work, or a unique theme.

  • There is a rexrainbow plugin for system date and time where I think you can calculate how much time has passed or if it has passed 00:00 and then on loading the app it would decide whether the variable needs to be reset.

  • If there were game breaking bugs with the C2 features that are present in your game and are now fixed in later versions of C2 then yes, otherwise I don't see why you would need to update your game unless you were adding something to it.

lionz's avatar

lionz

Online Now

Member since 5 Aug, 2013
Last online 19 Jan, 2025

Twitter
lionz has 72 followers

Trophy Case

  • 11-Year Club
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • Forum Wizard Made 5,000 posts in the forums
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • Enduring Visitor Visited Construct.net 90 days in a row
  • Unrelenting Visitor Visited Construct.net 180 days in a row
  • Continuous Visitor Visited Construct.net 365 days in a row
  • RTFM Read the fabulous manual
  • Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

24/44
How to earn trophies