dropbox.com/s/asu871djh2smnls/Art%20App.c3p
I want it to set whatever day it currently is to the ! animation (called today). However it's not working. It also just crashes it because of the for each loop.
Develop games in your browser. Powerful, performant & highly capable.
It works but none auf your boxes have the correct value for day and month so none is selected.
What do you mean? It is meant for next year so I set the date on my device to 13th of january 2021. That should be
Day: 13
Month: 0
Year: 2021
No?
The first 4 boxes have Month=11 and Day=0 the next have Month=0 and then Month=1, but wie have at least here in Germany Month=11 and Day=1 with Date.GetMonth(Date.Now) and Date.GetDay(Date.Now). So no box will be selected.
Constructs months work on a 0 based index. Weird I know considering everything else under the date doesn't. 0 is january. 1 is febuary.
The ones with 11 are december,