Mousewhere , Process problem
Author |
Message |
tristanbryce7
|
Posted: Tue Mar 05, 2013 11:40 am Post subject: 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?
Description: |
|
Download |
Filename: |
attachments.zip |
Filesize: |
1.04 MB |
Downloaded: |
514 Time(s) |
|
|
|
|
|
|
Sponsor Sponsor
|
|
|
Tony
|
Posted: Tue Mar 05, 2013 3:44 pm Post subject: Re: Mousewhere , Process problem |
|
|
tristanbryce7 @ Tue Mar 05, 2013 11:40 am wrote: 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 -- GUI.Disable
|
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
tristanbryce7
|
Posted: Tue Mar 05, 2013 5:10 pm Post subject: Re: Mousewhere , Process problem |
|
|
awh , is there any other way, i tried everything.
|
|
|
|
|
|
KingGrumpz
|
Posted: Wed Apr 10, 2013 7:00 pm Post subject: RE:Mousewhere , Process problem |
|
|
You can use GUI.Hide. It hide the button and doent allow it to be clicked (Had the same problem.)
|
|
|
|
|
|
|
|