ID:269882
Nov 8 2005, 9:54 pm
|
|
I want to make a hyperlink that when you press on it it runs a proc. Now I dont want to use Topic() as I want it to apply for all different objects. Basically my game creates card hyperlinks in the browser window. Whe you click on one of them it exucutes the Look() proc for that card. The Look() proc opens a window which displays some of the cards stats. What would i use to do this?
|
In response to DarkView
|
|
Thanks. That way might be better than the one I just came up with. I used though your way might be easier.
|
In response to ADT_CLONE
|
|
Make an atom porc Look() that checks it's variables that you need. Then, use atom.Topic() to comprehend it's HTML.
|
Once you've got that value, you just call it's Look() proc.