Thread: Snake
View Single Post
  #12  
Old 04-04-2009, 08:25 AM
Gambet Gambet is offline
Registered User
Join Date: Oct 2003
Posts: 2,712
Gambet is on a distinguished road
Quote:
Originally Posted by xXziroXx View Post
Instead of doing...

PHP Code:
this.on 1
this.on 0
... I'd suggest doing ...

PHP Code:
this.on true
this.on false
It just looks cleaner to me.

Hmm...

PHP Code:
this.on = !this.on
Reply With Quote