ID:2034922
 
yeah so im looking into using a browser element to make menus and other stuff but i have 0 clue how to make it so when you click a button or link in the browser it does stuff in the game or to other interface elements etc? so how do i do it?

what you want to look into is
client/Topic()

using
<a href="?topic">
whereas "topic" is the data you pass through, you can send data from html to ds.
Since I read that you have no idea how to make use of it have you looked through some of the demos?

I've used some demos in learning how to do different things with HTML some good some bad but it was very helpful.

Take a look if you see something that meets along the lines of what you're looking for great, if you need further explanation on something more in-depth don't be afraid to ask for more help!

http://www.byond.com/developer/?text=HTML

-Matt