Another "how is this class event working?" situation with [super init...] instead of self = [super init]; init method.
This time it's SPMovieClip.
Don't worry that's all 'build & analyse' found so looks like that's the only typo's there are (in the init methods atleast).
Another "how is this class event working?" situation with
[super init...]
instead ofself = [super init];
init method. This time it's SPMovieClip. Don't worry that's all 'build & analyse' found so looks like that's the only typo's there are (in the init methods atleast).