hello forum.
anyway what im making is a staff tools menu and it has a few images and a text edit at the bottom, and im wonderint how i would change the text depending on what the mouse is over, iv'e tried doing this
PHP Code:
thiso.catchevent(name, "onMouseEnter", "onTextChange", "Drag Tool");
and then
PHP Code:
function onTextChange(){
Selected_Text.text = params[1];
}
But thiso.cahchevent doesnt support params...
is there anyway without making 1000 diffarent functions for possibilities of what the text can be?