Binding events to the real date.

0 favourites
  • 2 posts
From the Asset Store
14 amazing sound files of game events like Level Ups, Level Completes, object spawn, object taking etc.
  • Is it possible to link an event to a date? For example, the concert takes place on March 1, 2019, in the application there is a mention of it. How to make this concert no longer appear in the app on March 2, 2019?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • If the concert is a sprite (or whatever really), then only load it if your conditions are met.

    Considering that you are alluding to the fact that the content might change dynamically, you might be able to do it without coding. If you are remote loading images for the concerts, technically if you do it right, you could just name the remote files something like 'Concert20190301.png' and then load based on substrings.

    Eg:

    Compare int(mid(filename,8,8)) > 20180302

    There are potentially a number of other ways to achieve it too, it really depends on how your system is structured.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)