-[CCScene setOffsetx:]: unrecognized selector sent to instance
- by Alexander Sharunov
please help me, i'm very new in objective-c
i've got 2 simplest classes (bellow first, second)
i would like to set the offsetx properties of self.rolypoly object in second class like a self.rolypoly.offsetx=1 or run use [self.rolypoly setOffx]; to do somethings, but i always have the errors:
trying [self.rolypoly setOffx]; in second class
…