I am trying to make a simple game as following: 1.) On start of layout, generate a random number and store it in a global variable. 2.) Show that number and the...
I created a for loop that looks like this: My expectation with this is that the for loop will run, ends and then the empty condition-event will execute. Turns o...
Heya, first time game dev here and this forum has been super helpful so far thank you. This might be a very basic question but I couldn't find clear info on it....
I can't figure out for the life of me why the below code Is'nt working. Is there something I've missed? The tween seems to just end on pause rather than actuall...