View Single Post
  #4  
Old 05-06-2014, 01:53 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
I don't know the technical reason, but when you make a GUI object. I.e.

PHP Code:
new GuiControl("control_name") {
  

you can access the control globally via control_name, TStaticVar works similarly.

Also I think it would of worked fine if you used a temp. prefix instead of using a global variable.
__________________
Quote:
Reply With Quote