ID:143395
 
Code:


Problem description: Well see i need help does anyone know where a tut is where i can learn to code a code that when u double click on someone their stats come up in a pop up

Logan12 wrote:
Code:
>

Problem description: Well see i need help does anyone know where a tut is where i can learn to code a code that when u double click on someone their stats come up in a pop up


http://www.byond.com/docs/guide/


http://www.byond.com/docs/ref/

YOU NEED HELP REALLY. XD
In response to Fusioneko
Ummm i cant find it in their.
In response to Logan12
Logan12 wrote:
Ummm i cant find it in their.



Click()
var/html = "statstuff"
src << browse(html,"window=statstuff")


Somewhere along the lines of that, Check out the Click() proc in the byond reference/guide.

Edit: Accidently put world, Silly me.