as the tutorial,i make this,but couldn't run with device.`seeker1 = [CCSprite spriteWithFile: @"seeker.png"];
seeker1.position = ccp( 50, 100 );
[self addChild:seeker1];`
when I build this in my iphone,there is SIGABRT on my xcode.what can i do?
(2 posts) (2 voices)-
Posted 1 year ago #
-
First Check the image availability,spelling,caps-small..etc.
Posted 1 year ago #
Reply
You must log in to post.