Random numbers
in Help Wanted
I would like to have random numbers appear in the screen one after another. I'm as far as getting random numbers when touching the screen, but I would like the random numbers popping up automatically. Can anyone help me?
Thanks
Comments
Use a Timer and place the Change Attribute statement within the timer.
Hi @SkipBospace and welcome to the Forums.
A simple Timer should do the trick, along with your integer attribute (which I'll call Rand).
Thanks you guys!