Hello Community :)
I want to create a "simple" ... :D Hell yeah - how all projects start...
I want to create a rudimental calendar app using Construct. All functionality is to save two texts per day to e.g. local storage. It would be totally ok if the calendar "only" starts in 2020 and ends in like 5 years.
First thought, I could create each day, each month, each day as Construct groups with variables, triggering events (e.g. only show 31 days when the month currently selected has 31 days)
if year = 2020 activate group "2020"
if month = "Jan" activate group "Jan2020)
and than have each day
and each day has two variables holding the strings...
This of course means I need to f***ing "code" every day I want to include in my calendar :D with all correct weekdays, leap years etc... of course this is nonsense.
Do you have any suggestion? Arrays probably are not suited, right?
What about XML? Is this my only option? Any other way to base my events on large "sheets" and be able to save the text to the individual entries?? I have not found any plugins, former forum posts etc. Sounds almost impossible for me.
Any help would be greatly appreciated.
Best,
Chris