This is basically what Im trying to do:
Click an object
Start a progress bar
When it stops, instantiate another object and set progress bar to 0
Click the object again, repeat
Question 1: Can I use a timer to fill the progress bar using GUI?
Question 2: If I put this script on my object, how do I check if the object has been clicked using another script?