Computer Science Canada mouse clicking |
Author: | avsrule192002 [ Sat Jan 22, 2005 2:08 pm ] |
Post subject: | mouse clicking |
Do you know the code for clicking my mouse on a START button on the output screen? |
Author: | Cervantes [ Sat Jan 22, 2005 2:48 pm ] |
Post subject: | |
Check out Mouse.Where. Search the tutorials section for it, for use the Turing Help File. Use that, in combination with if statements, to check if you've clicked on a button. Or, you could use Turing's built-in GUI, which sucks. The choice is yours. -Cervantes |
Author: | MihaiG [ Sat Jan 22, 2005 3:18 pm ] | ||
Post subject: | |||
try this
that should give you an idea of how the mouse works have fun |
Author: | basketball4ever [ Sat Jan 22, 2005 3:22 pm ] | ||
Post subject: | |||
this might help |
Author: | Bacchus [ Sat Jan 22, 2005 4:18 pm ] |
Post subject: | |
Cervantes wrote: Or, you could use Turing's built-in GUI, which sucks. why does the GUI sucks so much? i used it before and it was pretty good. worked well for me cause im not in the least bit creative enouph to make really good non-gui buttons |
Author: | basketball4ever [ Sat Jan 22, 2005 5:21 pm ] |
Post subject: | |
Bacchus wrote: Cervantes wrote: Or, you could use Turing's built-in GUI, which sucks. why does the GUI sucks so much? i used it before and it was pretty good. worked well for me cause im not in the least bit creative enouph to make really good non-gui buttons I think the problem with GUI.Buttons are that they dont look nice : P very very ugly ... if u want a special designed button dont use gui.... as well... to use GUI.Buttons... you also need getwidgeteventid.... which u also need remember... which is really really nasty... however... by making your own button... a simple if statement can be used |
Author: | cool dude [ Sat Jan 22, 2005 5:36 pm ] | ||
Post subject: | |||
this should help
|
Author: | ste_louis26 [ Tue Jan 25, 2005 12:58 pm ] | ||
Post subject: | |||
I think theres a certain way to place the GUI and thats why it doesn't work well for me. You could also draw a box and use mouse.where to track if they click in it here's something that may help you click on your button
|