gZany Does anyone know how to fix this I am trying to make the date and time work I figured out how to set it but I cant make the seconds update because timedloop doesn't work Link: https://studio.code.org/projects/gamelab/_pOkHQx7NsqNpzjXGMxetJIxh-YDJsshQuThwCbWGZQ/edit
[WUT] Adam Don't quote me on this, but you could try simply defining the variables at the start, and setting their values inside the draw loop.
gZany Thanks it actually worked. I never really thought about using the Draw() function as a replacer for a timed loop