View Single Post
  #10  
Old 02-16-2006, 02:18 AM
Prozac Prozac is offline
one of the good guys
Prozac's Avatar
Join Date: Jan 2006
Posts: 245
Prozac is on a distinguished road
Send a message via AIM to Prozac
nope.

PHP Code:
// made the gui window and items as listed above

function onSelect()
{
  
player.chat=item_list.getselectednode();
  
item_desc_text.text="you clicked a node";

that is an event block, and the text does not change.

try again ... i am looking for the same event thats triggered on the F8 window when you click on a world, and it changes the text (and image)
Reply With Quote