Beispiel #1
0
CCActionInterval* CCShine::reverse() {
    return (CCActionInterval*)copyWithZone(NULL)->autorelease();
}
Beispiel #2
0
Object* Object::copy()
{
    return copyWithZone(0);
}
Beispiel #3
0
CCObject* CCObject::copy()
{
	return copyWithZone(NULL);
}