Thread: Gui Scripting
View Single Post
  #7  
Old 08-21-2006, 05:56 AM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
Quote:
Originally Posted by Rapidwolve
Don't forget to use thiso.catchevent(this,"onAction","function")

for the buttons
that is not required, you can just as well use:

PHP Code:
function ButtonName.onAction() {
  
// ...

__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote