Thread: Help?
View Single Post
  #11  
Old 08-25-2010, 08:39 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Quote:
Originally Posted by LoneAngelIbesu View Post
Also, what's this?
PHP Code:
Pez_Window2.visible Pez_Window2.visible 1
.visible takes boolean values, either 'true' or 'false' (1 or 0). If it's already set to 0, subtracting 1 would leave '-1', which isn't a boolean value.
Should be:
PHP Code:
this.bool this.bool// alternative to the line below
this.bool = !this.bool
Preference and the like, you know what I'm talkin' about :3
Reply With Quote