Please do not post the same thing multiple times. The board software automatically flags certain posts as needing moderator attention. This happens the most often for new users. I'm pretty sure this is made clear at the time you attempt to post. Posting the same thing over and over again just makes that many more posts the moderators have to weed through later. This makes us sad. Don't make us sad. If your post/thread doesn't appear, just wait a while. Don't post it again. If it hasn't shown up by the next day, then you can try again. I normally go through posts in the mornings, and try to check a few times throughout the day, but I'm not here 24/7. There will typically be a significant delay before posts are approved. Just be patient.
Hi ~guys. I am happy here and I can learn about the skill of "cocos2d" . Although I do not want to ask many questions, I really got a little confused again . I google a couple of days , I still cannot solve my question. So I go back here and ask for some help . I know It is a simple question . How can I RESET my game ? When compiling my code , character is dead by shoot of enemy . But when I press " restart " or " quit " button , enemy is all gone and score is "0" . Why ? character still there can shoot bullet . It is strange that bullet is exploded automatically after shooting and Score is still " 0 ". Why ? I also write a code : [QUOTE]]-(void) logic:(ccTime)dt { if (score > 40 ) [self addBoss]; }[/QUOTE Boss will appear when score reach 40. Kill one enemy , we got 10 score .It is also strange that "Score " reach 40 and Boss appear becos bullet is exploded automatically after shooting 4 times . Why ? Maybe someone can help me and maybe someone will tell me why I should not read more books . In fact, I try it a couple of days and I am a rookie. Can somone help me or give me some hints ? I mess up on this problem now . Please help me . THANK YOU VERY MUCH !