
-----------------------------------
tristanbryce7
Tue Mar 05, 2013 11:40 am

Mousewhere , Process problem
-----------------------------------
If you try the program, you'll see that when you are given the option to choose which 6 options you want to check out(Ozone, Magnetic, and ETC), but what happens is, when you click one, the proc that is used for those 6 pictures is still active, so what i mean is that like
say that i click on Ozone layer, it takes me to the ozone layer pic, and if i try click back, it just goes to the conclusion(as the exit button on the 6 menu proc have the same co-ordinates, so i wanted to know how could i get rid of the last process before going onto this one?

-----------------------------------
Tony
Tue Mar 05, 2013 3:44 pm

Re: Mousewhere , Process problem
-----------------------------------
as the exit button on the 6 menu proc have the same co-ordinates
Sounds like GUI buttons, in which case you could disable buttons from working -- [tdoc]GUI.Disable[/tdoc]

-----------------------------------
tristanbryce7
Tue Mar 05, 2013 5:10 pm

Re: Mousewhere , Process problem
-----------------------------------
awh , is there any other way, i tried everything.

-----------------------------------
KingGrumpz
Wed Apr 10, 2013 7:00 pm

RE:Mousewhere , Process problem
-----------------------------------
You can use GUI.Hide. It hide the button and doent allow it to be clicked (Had the same problem.)
