ID:158807
Jun 25 2009, 11:36 am
|
|
I am helping a guy make his game and we want the village slect thing so were you put your mouse over a symbol it highlights it how would we do that
|
Jun 25 2009, 12:01 pm
|
|
http://www.byond.com/docs/ref/info.html#/atom/proc/ MouseEntered
|
In response to GhostAnime
|
|
how come people answer this quick but not my raceing help
|
In response to Jub369
|
|
It depends on the psoters, nobody is required to reply.
For me, a very complex, lengthy snippet, posts without paragraph breaking or being too far down to see is a few reasons why I would not reply/spend my time on that post. For your racing thing, the only way I think this can work on BYOND would be to limit everyone's speed... if it was one player mode, you could reduce the world tick_lag... the way I would do it is when you press a button, a certain proc runs and when you release the key, you would make a condition which will reset the values. |
In response to GhostAnime
|
|
doesnt help much being i don't know how i code it
|
In response to Jub369
|
|
Use the forum search for the other Mouse related procs (minus Click() and DblClick() of course) and any resources you may find with it for some examples on their format. They all practically work the same way.
|