嗨,谢谢你的帮助。我只是想随机化显示的图像,以便每次显示不同的图像。这是我的代码,我想要添加的随机图片例如" tutorial2.png"和" tutorial3.png"
self.help=[CCSprite spriteWithFile:@"tutorial.png"];
self.help.position=ccp(ws.width/2,ws.height*4/4/2);
[self addChild:self.help];
再次感谢!
答案 0 :(得分:0)
您可以使用...
获取图像数组的索引int r = arc4random() % /*Number of images here*/;