Coding Help
Author |
Message |
iamawesome
|
Posted: Sat Mar 19, 2005 4:39 pm Post subject: Coding Help |
|
|
See i want to make this game but i want to make it mouse in abled i want the person to be able to click on buttons and then they will proceed for example i click on play ill play the games i click on exit the game will exit what should i right to do this |
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
Bacchus

|
Posted: Sat Mar 19, 2005 5:19 pm Post subject: (No subject) |
|
|
Mouse.Where(x,y,b:int)
the x and y are the x and y of the mouse lol and the button is if it is pressedjust check if b not= 0 and if the x and y of the mouse are inside where the button is |
|
|
|
|
 |
mike200015
|
Posted: Sat Mar 19, 2005 6:58 pm Post subject: (No subject) |
|
|
you could also use GUI's (buttons) |
|
|
|
|
 |
|
|