View Single Post
  #1  
Old 01-21-2010, 05:33 AM
Grey Grey is offline
Classic Developer
Grey's Avatar
Join Date: Mar 2007
Location: Wales, UK
Posts: 134
Grey will become famous soon enough
Send a message via AIM to Grey
'Dynamic' GUI Control Manipulation

I've just started playing with GUI Controls more recently and was wondering if anybody could tell me how to reference Gui Controls that are created dynamically.

for example

new GuiControl("Name"@var) {

}

And..something along the lines of:

("Name"@var).method();
Reply With Quote