Oh ok, that still sucks. But Objective-C (as I've heard) is very very very very picky basically. And Apple, when designing code, doesn't want you to use, x or m_CenterX or anything like that, but to use things like: CenterOfFrog or CenterOfFrogEntity or something like that, which IMO is just too many more characters to type and try and fix problems with.caveman_uk said:Yes you can declare variables just when you need them...this isn't pascal You just can't declare a variable in a 'for ( blah; blah; blah)'