I continue to see this phrase:
//Example one CGPoint backgroundScrollVel = ccp(-1000, 0); //Another Example // 3) Determine relative movement speeds for space dust and background CGPoint dustSpeed = ccp(0.1, 0.1); CGPoint bgSpeed = ccp(0.05, 0.05);
So what does ccp mean? Is this the property of CCParallax?
source share