I have a program where you start on form 1 when a button is clicked which goes to form 2. Then it picks a random form (3,10) and stays there for ten seconds, then it goes back to form 2 to pick another random form, but this time the forms remains open for 9 and a half seconds. But everytime the random forms goes back to form 2, it NEEDS to be closed fully (me.close())
I have the random forms working going to form 2 and selecting a random form, but I can't seem to find a way for all the forms to rely on the one timer. Is it possible, is there an easier way?
Cheers!